[libc++] Implement ranges::remove{, _if}
authorNikolas Klauser <nikolasklauser@berlin.de>
Wed, 6 Jul 2022 12:03:00 +0000 (14:03 +0200)
committerNikolas Klauser <nikolasklauser@berlin.de>
Wed, 6 Jul 2022 16:47:13 +0000 (18:47 +0200)
commitf8cbe3cdf024865eaa26c14fc8e8f43b3cad455a
treeb1d75d6721965d8961ce51a84560cdef95a60af0
parentb9513a70e16a7b7141601e09d5b9fc1cdecb26ab
[libc++] Implement ranges::remove{, _if}

Reviewed By: var-const, #libc

Spies: huixie90, sstefan1, libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D128618
12 files changed:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_remove.h [new file with mode: 0644]
libcxx/include/__algorithm/ranges_remove_if.h [new file with mode: 0644]
libcxx/include/algorithm
libcxx/include/module.modulemap.in
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ranges.remove.pass.cpp [new file with mode: 0644]
libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ranges.remove_if.pass.cpp [new file with mode: 0644]
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp