[libcxx-commits] [PATCH] D120630: [libc++] Explicitly reject URNG types with signed result_types.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 1 10:34:14 PST 2022
ldionne added inline comments.
================
Comment at: libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/bad_engine.verify.cpp:9
+
+// UNSUPPORTED: c++03
+
----------------
You should mark those as `REQUIRES: libc++` since they are not under `libcxx/test/libcxx`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120630/new/
https://reviews.llvm.org/D120630
More information about the libcxx-commits
mailing list