teak-llvm/libcxx/test/std/algorithms/alg.modifying.operations
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.copy [libcxx] Properly convert the count arguments to the *_n algorithms before use. 2015-02-10 16:46:42 +00:00
alg.fill Work around more -Wshadow warnings 2016-12-03 02:26:28 +00:00
alg.generate [libcxx] Properly convert the count arguments to the *_n algorithms before use. 2015-02-10 16:46:42 +00:00
alg.move [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12. 2016-12-06 01:13:29 +00:00
alg.partitions Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. 2016-10-13 13:21:38 +00:00
alg.random.sample [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 2016-12-06 01:13:14 +00:00
alg.random.shuffle Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. 2016-08-28 21:55:00 +00:00
alg.remove
alg.replace
alg.reverse
alg.rotate
alg.swap Test commit: remove whitespace at EOL. 2015-02-05 07:26:14 +00:00
alg.transform
alg.unique
nothing_to_do.pass.cpp