[libcxx-commits] [PATCH] D126283: [libc++] Implement ranges::replace{, _if}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 7 00:42:24 PDT 2022
philnik updated this revision to Diff 434712.
philnik added a comment.
- Add version guards
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
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.434712.patch
Type: text/x-patch
Size: 31978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220607/9f22cba8/attachment-0001.bin>
More information about the libcxx-commits
mailing list