[libcxx-commits] [PATCH] D125283: reverts "[libc++] Explicitly reject `uniform_int_distribution<bool>` and `<char>`."
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 27 14:59:23 PDT 2022
cjdb updated this revision to Diff 432642.
cjdb added a comment.
replaces `vector<signed char>` with `vector<bool>`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125283/new/
https://reviews.llvm.org/D125283
Files:
libcxx/docs/ReleaseNotes.rst
libcxx/include/__random/binomial_distribution.h
libcxx/include/__random/discrete_distribution.h
libcxx/include/__random/geometric_distribution.h
libcxx/include/__random/is_valid.h
libcxx/include/__random/negative_binomial_distribution.h
libcxx/include/__random/poisson_distribution.h
libcxx/include/__random/uniform_int_distribution.h
libcxx/test/libcxx/numerics/rand/rand.req.urng/valid_int_type.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: D125283.432642.patch
Type: text/x-patch
Size: 12760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220527/732017e2/attachment-0001.bin>
More information about the libcxx-commits
mailing list