[all-commits] [llvm/llvm-project] 8ed702: [libc++][ranges] Implement `ranges::{, stable_}part...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Mon Jul 18 21:07:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ed702b83f20d0ec117264a8e7776098ae956250
https://github.com/llvm/llvm-project/commit/8ed702b83f20d0ec117264a8e7776098ae956250
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/iterator_operations.h
M libcxx/include/__algorithm/make_projected.h
M libcxx/include/__algorithm/partition.h
M libcxx/include/__algorithm/ranges_find_end.h
A libcxx/include/__algorithm/ranges_iterator_concept.h
M libcxx/include/__algorithm/ranges_partition.h
M libcxx/include/__algorithm/ranges_stable_partition.h
M libcxx/include/__algorithm/rotate.h
M libcxx/include/__algorithm/stable_partition.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
M libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ranges_partition.pass.cpp
M libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ranges_stable_partition.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.compile.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.compile.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement `ranges::{,stable_}partition`.
Differential Revision: https://reviews.llvm.org/D129624
More information about the All-commits
mailing list