teak-llvm/libcxx/test/std/algorithms/alg.nonmodifying
Stephan T. Lavavej e17a155c61 [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12.
Add static_cast<int>. In these cases, the values are guaranteed to be small-ish,
and they're being compared to int elements.

test/std/containers/sequences/deque/deque.capacity/access.pass.cpp
Use int instead of unsigned to iterate from 0 to 10.

llvm-svn: 288747
2016-12-06 01:13:29 +00:00
..
alg.adjacent.find
alg.all_of
alg.any_of
alg.count
alg.equal Purge all usages of _LIBCPP_STD_VER under test/std/algorithm 2016-10-08 01:25:23 +00:00
alg.find
alg.find.end
alg.find.first.of
alg.foreach [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12. 2016-12-06 01:13:29 +00:00
alg.is_permutation Purge all usages of _LIBCPP_STD_VER under test/std/algorithm 2016-10-08 01:25:23 +00:00
alg.none_of
alg.search
mismatch Purge all usages of _LIBCPP_STD_VER under test/std/algorithm 2016-10-08 01:25:23 +00:00
nothing_to_do.pass.cpp