[all-commits] [llvm/llvm-project] 93172c: [libc++][ranges] Implement `ranges::replace_copy{, ...
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Aug 2 22:32:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93172c1c2b10066628c85c9ff78eb882222fb304
https://github.com/llvm/llvm-project/commit/93172c1c2b10066628c85c9ff78eb882222fb304
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/__algorithm/ranges_replace_copy.h
M libcxx/include/__algorithm/ranges_replace_copy_if.h
M libcxx/include/algorithm
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ranges_replace_copy.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ranges_replace_copy_if.pass.cpp
M libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
M libcxx/test/support/counting_predicates.h
Log Message:
-----------
[libc++][ranges] Implement `ranges::replace_copy{,_if}`.
Co-authored-by: Konstantin Varlamov <varconst at apple.com>
Differential Revision: https://reviews.llvm.org/D129806
More information about the All-commits
mailing list