llvm-project/libcxx/test/std/algorithms/alg.nonmodifying
Nikolas Klauser 4038c859e5 [libc++][ranges] Implement `ranges::is_permutation`
Co-authored-by: Konstantin Varlamov <varconst@apple.com>

Differential Revision: https://reviews.llvm.org/D127194
2022-08-04 10:54:37 -07:00
..
alg.adjacent.find [libc++] Implement ranges::adjacent_find 2022-06-08 12:15:03 +02:00
alg.all_of [libc++] Implement ranges::{all, any, none}_of 2022-05-26 16:50:08 +02:00
alg.any_of [libc++] Implement ranges::{all, any, none}_of 2022-05-26 16:50:08 +02:00
alg.count [libc++][ranges] Implement ranges::count{, _if} 2022-04-07 15:18:14 +02:00
alg.equal [libc++] Implement ranges::equal 2022-05-26 10:46:54 +02:00
alg.find [libc++][ranges] Add implicit conversion to bool test for ranges::find{, if, if_not} 2022-04-07 12:03:43 +02:00
alg.find.end [libc++] Implement ranges::find_end, ranges::search{, _n} 2022-07-13 20:30:55 +02:00
alg.find.first.of [libc++] Implement ranges::find_first_of 2022-06-06 22:29:02 +02:00
alg.foreach [libc++] Remove unused __functional includes 2022-05-28 10:12:39 +02:00
alg.is_permutation [libc++][ranges] Implement `ranges::is_permutation` 2022-08-04 10:54:37 -07:00
alg.none_of [libc++] Implement ranges::{all, any, none}_of 2022-05-26 16:50:08 +02:00
alg.search [libc++][ranges] fix `std::search_n` incorrect `static_assert` 2022-07-19 17:24:47 -07:00
mismatch [libc++] Granularize <functional> includes 2022-04-20 22:49:18 +02:00