[libcxx-commits] [PATCH] D126283: [libc++] Implement ranges::replace{, _if}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 10 02:54:56 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGff6d5dee713c: [libc++] Implement ranges::replace{, _if} (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D126283?vs=434712&id=435845#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126283/new/
https://reviews.llvm.org/D126283
Files:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_replace.h
libcxx/include/__algorithm/ranges_replace_if.h
libcxx/include/algorithm
libcxx/include/module.modulemap.in
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ranges.replace.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ranges.replace_if.pass.cpp
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
libcxx/test/support/almost_satisfies_types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126283.435845.patch
Type: text/x-patch
Size: 32045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220610/072799ac/attachment-0001.bin>
More information about the libcxx-commits
mailing list