[libc++][ranges] Implement `ranges::remove_copy{, _if}`.
authorNikolas Klauser <nikolasklauser@berlin.de>
Wed, 3 Aug 2022 05:13:59 +0000 (22:13 -0700)
committerTom Stellard <tstellar@redhat.com>
Fri, 5 Aug 2022 08:04:08 +0000 (01:04 -0700)
commit33a5980f2f332e748c86c2a03757e078e967407b
treec03f4033b85128174b4be65501f3fada275cc2e1
parentb0eab153405eaa29653f86ff13fa1832e0fbf991
[libc++][ranges] Implement `ranges::remove_copy{, _if}`.

Co-authored-by: Hui Xie <hui.xie1990@gmail.com>
Differential Revision: https://reviews.llvm.org/D130599

(cherry picked from commit 760d2b462c04537d119d76d3cc37d2cb53774a05)
15 files changed:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/__algorithm/ranges_remove_copy.h
libcxx/include/__algorithm/ranges_remove_copy_if.h
libcxx/include/algorithm
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ranges_remove_copy.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ranges_remove_copy_if.pass.cpp
libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
libcxx/test/support/counting_projection.h