[libcxx-commits] [PATCH] D114920: [libc++] Re-enable `uniform_int_distribution<bool>`.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 2 08:26:44 PST 2021
Quuxplusone added a comment.
> Let's just *not* support uniform_int_distribution<bool>, and make it into a static_assert.
Works for me, but (1) I'll feel better once we hear from @leonardchan, and (2) what do you want to do about `char`, `signed char`, `char16_t`, etc.? Also disallow them via `static_assert`, I'd guess?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114920/new/
https://reviews.llvm.org/D114920
More information about the libcxx-commits
mailing list