llvm-project/libcxx/test/std/numerics/rand/rand.util/rand.util.seedseq
Arthur O'Dwyer 8b29b84c99 [libc++] Fix LWG3422 "Issues of seed_seq's constructors"
https://cplusplus.github.io/LWG/issue3422

Also add a static_assert to check the "Mandates:" on the
iterator-pair constructor. Oddly, the `InputIterator` parameter
itself is merely preconditioned, not constrained, to satisfy the
input iterator requirements.

Also drive-by rename `init` to `__init`.

Differential Revision: https://reviews.llvm.org/D117962
2022-01-24 20:14:25 -05:00
..
assign.compile.fail.cpp
copy.compile.fail.cpp
default.pass.cpp [libc++] Fix LWG3422 "Issues of seed_seq's constructors" 2022-01-24 20:14:25 -05:00
generate.pass.cpp
initializer_list.pass.cpp
iterator.pass.cpp [libc++] Fix LWG3422 "Issues of seed_seq's constructors" 2022-01-24 20:14:25 -05:00
iterator.verify.cpp [libc++] Fix LWG3422 "Issues of seed_seq's constructors" 2022-01-24 20:14:25 -05:00
types.pass.cpp