You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/algorithms/alg.nonmodifying
Marshall Clow ff04a5678c Add missing include to test. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349639 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
alg.adjacent.find More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 7 years ago
alg.all_of 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 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 More constexpr from P0202. count and count_if. Also fix a comment that Morwenn noted. 7 years ago
alg.equal More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search 7 years ago
alg.find More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. 7 years ago
alg.find.end Add missing include to test. NFC 6 years ago
alg.find.first.of [libcxx] [test] Strip trailing whitespace, NFC. 7 years ago
alg.foreach [libcxx] [test] Strip trailing whitespace, NFC. 7 years ago
alg.is_permutation One more local type warning removed from the tests. NFC 6 years ago
alg.none_of 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 More constexpr algorithms from P0202. search/search_n 7 years ago
mismatch [libcxx] [test] Strip trailing whitespace, NFC. 7 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 10 years ago