[all-commits] [llvm/llvm-project] f8cbe3: [libc++] Implement ranges::remove{, _if}
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Jul 6 09:47:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8cbe3cdf024865eaa26c14fc8e8f43b3cad455a
https://github.com/llvm/llvm-project/commit/f8cbe3cdf024865eaa26c14fc8e8f43b3cad455a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_remove.h
A libcxx/include/__algorithm/ranges_remove_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.remove/ranges.remove.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ranges.remove_if.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++] Implement ranges::remove{, _if}
Reviewed By: var-const, #libc
Spies: huixie90, sstefan1, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D128618
More information about the All-commits
mailing list