llvm-project/libcxx/test/std/numerics/rand/rand.eng
Arthur O'Dwyer 344cef6695 [libc++] Granularize the <random> header. NFCI.
Actually there's one functional change here, which is that users can
no longer depend on <random> to include all of C++20 <concepts>. That
inclusion is so new that we believe nobody should be depending on it
yet, even in the presence of Hyrum's Law. We keep the includes of <vector>,
<algorithm>, etc., so as not to break pre-C++20 Hyrum's Law users.

Differential Revision: https://reviews.llvm.org/D114281
2021-11-22 13:24:27 -05:00
..
rand.eng.lcong [libc++] Granularize the <random> header. NFCI. 2021-11-22 13:24:27 -05:00
rand.eng.mers [libc++] Build and test with -Wundef warning. NFC. 2021-04-01 08:32:56 +02:00
rand.eng.sub [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. 2021-01-19 08:22:06 +01:00