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.
Stephan T. Lavavej
a2b7665eb2
[libcxx] [test] Strip trailing whitespace, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@324959 91177308-0d34-0410-b5e6-96231b3b80d8
|
8 years ago |
| .. |
|
alg.adjacent.find
|
More P0202 constexpr-ifying. All the find_XXX algorithms in this commit.
|
8 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.
|
8 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.
|
8 years ago |
|
alg.count
|
More constexpr from P0202. count and count_if. Also fix a comment that Morwenn noted.
|
8 years ago |
|
alg.equal
|
More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search
|
8 years ago |
|
alg.find
|
More P0202 constexpr-ifying. All the find_XXX algorithms in this commit.
|
8 years ago |
|
alg.find.end
|
[libcxx] [test] Strip trailing whitespace, NFC.
|
8 years ago |
|
alg.find.first.of
|
[libcxx] [test] Strip trailing whitespace, NFC.
|
8 years ago |
|
alg.foreach
|
[libcxx] [test] Strip trailing whitespace, NFC.
|
8 years ago |
|
alg.is_permutation
|
Fix the BinaryPredicate form of std::is_permutation to not rely on operator==
|
8 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.
|
8 years ago |
|
alg.search
|
More constexpr algorithms from P0202. search/search_n
|
8 years ago |
|
mismatch
|
[libcxx] [test] Strip trailing whitespace, NFC.
|
8 years ago |
|
nothing_to_do.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |