Marshall Clow 4cd596538b More constexpr (re P0202) - equal and mismatch 7 years ago
..
alg.adjacent.find 6a1c2ffea4 More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 7 years ago
alg.all_of 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 years ago
alg.any_of 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 years ago
alg.count 0dc8ca7729 More constexpr from P0202. count and count_if. Also fix a comment that Morwenn noted. 7 years ago
alg.equal 4cd596538b More constexpr (re P0202) - equal and mismatch 7 years ago
alg.find 6a1c2ffea4 More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 7 years ago
alg.find.end 5af38a078e Fix constexpr failure on C++11-based buildbots. 7 years ago
alg.find.first.of 6a1c2ffea4 More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 7 years ago
alg.foreach b836deb5db [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
alg.is_permutation 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 years ago
alg.none_of 82091c2583 Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 7 years ago
alg.search 210d12c946 Fix misspelled macro name - thanks to andrew@ispras.ru for the catch 7 years ago
mismatch 4cd596538b More constexpr (re P0202) - equal and mismatch 7 years ago
nothing_to_do.pass.cpp a90c6dd460 Move test into test/std subdirectory. 10 years ago