[libcxx-commits] [PATCH] D129806: [libc++][ranges] Implement `ranges::replace_copy{, _if}`.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 2 22:32:44 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG93172c1c2b10: [libc++][ranges] Implement `ranges::replace_copy{,_if}`. (authored by philnik, committed by var-const).
Changed prior to commit:
https://reviews.llvm.org/D129806?vs=448961&id=449542#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129806/new/
https://reviews.llvm.org/D129806
Files:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/__algorithm/ranges_replace_copy.h
libcxx/include/__algorithm/ranges_replace_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.replace/ranges_replace_copy.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ranges_replace_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_predicates.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129806.449542.patch
Type: text/x-patch
Size: 41238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220803/5c53f4bf/attachment-0001.bin>
More information about the libcxx-commits
mailing list