teak-llvm/libcxx/test/std/algorithms
Stephan T. Lavavej a11d322f0d [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12.
Add static_cast<std::size_t> when comparing int to std::size_t.

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

llvm-svn: 287822
2016-11-23 22:01:58 +00:00
..
alg.c.library
alg.modifying.operations [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample(). 2016-11-18 21:54:43 +00:00
alg.nonmodifying Purge all usages of _LIBCPP_STD_VER under test/std/algorithm 2016-10-08 01:25:23 +00:00
alg.sorting [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12. 2016-11-23 22:01:58 +00:00
algorithms.general