llvm-project/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern
Stephan T. Lavavej e898b484f6 [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12.
Change loop indices from int to std::size_t.

Also, include <cstddef> when it wasn't already being included.

llvm-svn: 287820
2016-11-23 22:01:19 +00:00
..
rand.dist.bern.bernoulli [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. 2016-11-23 22:01:19 +00:00
rand.dist.bern.bin Avoid huge main() functions and huge arrays. Patch from STL@microsoft.com 2016-06-22 01:13:44 +00:00
rand.dist.bern.geo Avoid huge main() functions and huge arrays. Patch from STL@microsoft.com 2016-06-22 01:13:44 +00:00
rand.dist.bern.negbin Avoid huge main() functions and huge arrays. Patch from STL@microsoft.com 2016-06-22 01:13:44 +00:00
nothing_to_do.pass.cpp