teak-llvm/libcxx/test/std/algorithms/alg.nonmodifying
Marshall Clow 674f9128b7 partition_point gets the P0202 treatment
llvm-svn: 322493
2018-01-15 17:53:34 +00:00
..
alg.adjacent.find
alg.all_of partition_point gets the P0202 treatment 2018-01-15 17:53:34 +00:00
alg.any_of partition_point gets the P0202 treatment 2018-01-15 17:53:34 +00:00
alg.count [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
alg.equal Purge all usages of _LIBCPP_STD_VER under test/std/algorithm 2016-10-08 01:25:23 +00:00
alg.find [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
alg.find.end
alg.find.first.of
alg.foreach [libcxx] [test] Strip trailing whitespace. NFC. 2017-06-20 21:00:02 +00:00
alg.is_permutation First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms. 2018-01-15 16:16:32 +00:00
alg.none_of More constexpr algorithms from P0202. any_of/all_of/none_of. 2018-01-15 17:20:36 +00:00
alg.search Fix misspelled macro name - thanks to andrew@ispras.ru for the catch 2018-01-10 16:25:04 +00:00
mismatch [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
nothing_to_do.pass.cpp