llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf
Stephan T. Lavavej ae3c4eec5a [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning.
In C++11 mode and newer, use real static_asserts.
In C++03 mode, min() and max() aren't constexpr, so use plain asserts.

One test triggers MSVC's warning C4310 "cast truncates constant value".
The code is valid, and yet the warning is valid, so I'm silencing it
through push-disable-pop.

llvm-svn: 287391
2016-11-18 22:45:32 +00:00
..
assign.pass.cpp
copy.pass.cpp
ctor_engine_copy.pass.cpp
ctor_engine_move.pass.cpp
ctor_result_type.pass.cpp
ctor_sseq.pass.cpp
default.pass.cpp
discard.pass.cpp
eval.pass.cpp
io.pass.cpp
result_type.pass.cpp
seed_result_type.pass.cpp
seed_sseq.pass.cpp
values.pass.cpp [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning. 2016-11-18 22:45:32 +00:00