teak-llvm/libcxx/test/std/algorithms/alg.modifying.operations
2016-12-11 05:31:00 +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 Enable the -Wsign-compare warning to better support MSVC 2016-12-11 05:31:00 +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 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 6/7. 2016-12-08 21:38:44 +00:00
alg.remove
alg.replace
alg.reverse
alg.rotate Enable the -Wsign-compare warning to better support MSVC 2016-12-11 05:31:00 +00:00
alg.swap
alg.transform
alg.unique
nothing_to_do.pass.cpp