[libc++][ranges] Implement `ranges::remove_copy{, _if}`.
authorNikolas Klauser <nikolasklauser@berlin.de>
Wed, 3 Aug 2022 05:13:59 +0000 (22:13 -0700)
committerKonstantin Varlamov <varconst@apple.com>
Wed, 3 Aug 2022 05:19:13 +0000 (22:19 -0700)
commit760d2b462c04537d119d76d3cc37d2cb53774a05
treef5881420b666a74f71577a2c0f1a3c1d2cf00d9f
parentdc860d55eb8297083ca928341b2c222d648fba2a
[libc++][ranges] Implement `ranges::remove_copy{, _if}`.

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