[all-commits] [llvm/llvm-project] c55996: [libc++][ranges] implement `std::ranges::includes`
Hui via All-commits
all-commits at lists.llvm.org
Fri Jul 22 02:31:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c559964d85e8efc1f6949df940df9265a0ac0663
https://github.com/llvm/llvm-project/commit/c559964d85e8efc1f6949df940df9265a0ac0663
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/includes.h
M libcxx/include/__algorithm/ranges_includes.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.set.operations/includes/ranges_includes.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/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 `std::ranges::includes`
implement `std::ranges::includes` and delegate to `std::includes`
Differential Revision: https://reviews.llvm.org/D130116
More information about the All-commits
mailing list