[libcxx-commits] [PATCH] D128618: [libc++] Implement ranges::remove{, _if}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 6 09:47:23 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf8cbe3cdf024: [libc++] Implement ranges::remove{, _if} (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D128618?vs=442521&id=442617#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128618/new/
https://reviews.llvm.org/D128618
Files:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_remove.h
libcxx/include/__algorithm/ranges_remove_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.remove/ranges.remove.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ranges.remove_if.pass.cpp
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128618.442617.patch
Type: text/x-patch
Size: 31215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220706/4da2870d/attachment-0001.bin>
More information about the libcxx-commits
mailing list