[libcxx-commits] [PATCH] D114920: [libc++] Explicitly reject `uniform_int_distribution<bool>`.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 6 07:47:04 PST 2021


Quuxplusone updated this revision to Diff 392064.
Quuxplusone retitled this revision from "[libc++] Re-enable `uniform_int_distribution<bool>`." to "[libc++] Explicitly reject `uniform_int_distribution<bool>`.".
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.
Herald added a subscriber: mgorny.

Change the intent of this PR from "re-enable" to "explicitly reject".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114920

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__random/binomial_distribution.h
  libcxx/include/__random/discrete_distribution.h
  libcxx/include/__random/geometric_distribution.h
  libcxx/include/__random/is_valid_inttype.h
  libcxx/include/__random/negative_binomial_distribution.h
  libcxx/include/__random/poisson_distribution.h
  libcxx/include/__random/uniform_int_distribution.h
  libcxx/include/module.modulemap
  libcxx/include/random
  libcxx/test/libcxx/diagnostics/detail.headers/random/is_valid_inttype.module.verify.cpp
  libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114920.392064.patch
Type: text/x-patch
Size: 29591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211206/7e20ba16/attachment-0001.bin>


More information about the libcxx-commits mailing list