[all-commits] [llvm/llvm-project] ff6d5d: [libc++] Implement ranges::replace{, _if}
philnik777 via All-commits
all-commits at lists.llvm.org
Fri Jun 10 02:54:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff6d5dee713c50dd41ef1a70dabe6850aff78e42
https://github.com/llvm/llvm-project/commit/ff6d5dee713c50dd41ef1a70dabe6850aff78e42
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_replace.h
A libcxx/include/__algorithm/ranges_replace_if.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
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/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ranges.replace.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ranges.replace_if.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
M libcxx/test/support/almost_satisfies_types.h
Log Message:
-----------
[libc++] Implement ranges::replace{, _if}
Reviewed By: var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D126283
More information about the All-commits
mailing list