[all-commits] [llvm/llvm-project] 0f6364: [libc++][ranges] implement `std::ranges::equal_range`
Hui via All-commits
all-commits at lists.llvm.org
Fri Jul 22 02:27:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f6364b8a1007e9cfbde331321115f9385bd6b17
https://github.com/llvm/llvm-project/commit/0f6364b8a1007e9cfbde331321115f9385bd6b17
Author: Hui Xie <hui.xie1990 at gmail.com>
Date: 2022-07-22 (Fri, 22 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/__algorithm/equal_range.h
M libcxx/include/__algorithm/inplace_merge.h
M libcxx/include/__algorithm/iterator_operations.h
M libcxx/include/__algorithm/ranges_equal_range.h
M libcxx/include/__algorithm/upper_bound.h
M libcxx/include/algorithm
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/std/algorithms/alg.sorting/alg.binary.search/equal.range/ranges_equal_range.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] implement `std::ranges::equal_range`
implement `std::ranges::equal_range` which delegates to
`std::equal_range`
Differential Revision: https://reviews.llvm.org/D129796
More information about the All-commits
mailing list