[libcxx-commits] [PATCH] D91292: [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 1 00:04:22 PST 2020


curdeius updated this revision to Diff 308553.
curdeius added a comment.

- Implement: [rand.device] [rand.eng] [rand.dist.uni.int] [rand.dist.uni.real]


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91292/new/

https://reviews.llvm.org/D91292

Files:
  libcxx/include/algorithm
  libcxx/include/random
  libcxx/test/std/numerics/rand/rand.device/ctor.pass.cpp
  libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ctor_int_int.pass.cpp
  libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_int_int.pass.cpp
  libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_real_real.pass.cpp
  libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ctor_result_type.pass.cpp
  libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ctor_result_type.pass.cpp
  libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ctor_result_type.pass.cpp
  libcxx/test/support/make_implicit.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91292.308553.patch
Type: text/x-patch
Size: 24625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201201/ed0125ce/attachment-0001.bin>


More information about the libcxx-commits mailing list