llvm-project/libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete
Igor Zhukov db0ac307c9 [libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp
frederick-vs-ja noticed that https://github.com/microsoft/STL/pull/2976#issuecomment-1201926893
while we are working on updating LLVM submodule for MS STL:

    [...]\std\numerics\rand\rand.dist\rand.dist.samp\rand.dist.samp.discrete\eval.pass.cpp(33): error C2220: the following warning is treated as an error
    [...]\std\numerics\rand\rand.dist\rand.dist.samp\rand.dist.samp.discrete\eval.pass.cpp(287): note: see reference to function template instantiation 'void tests<__int64>(void)' being compiled
    [...]\std\numerics\rand\rand.dist\rand.dist.samp\rand.dist.samp.discrete\eval.pass.cpp(33): warning C4244: 'argument': conversion from '__int64' to 'const unsigned int', possible loss of data

Differential Revision: https://reviews.llvm.org/D130963
2022-08-02 20:44:46 -04:00
..
assign.pass.cpp
copy.pass.cpp
ctor_default.pass.cpp
ctor_func.pass.cpp
ctor_init.pass.cpp
ctor_iterator.pass.cpp
ctor_param.pass.cpp
eq.pass.cpp
eval.pass.cpp [libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp 2022-08-02 20:44:46 -04:00
eval_param.pass.cpp
get_param.pass.cpp
io.pass.cpp
max.pass.cpp
min.pass.cpp
param_assign.pass.cpp
param_copy.pass.cpp
param_ctor_default.pass.cpp
param_ctor_func.pass.cpp
param_ctor_init.pass.cpp
param_ctor_iterator.pass.cpp
param_eq.pass.cpp
param_types.pass.cpp
set_param.pass.cpp
types.pass.cpp