[libcxx-commits] [PATCH] D130116: [libc++][ranges] implement `std::ranges::includes`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 19 13:02:08 PDT 2022


huixie90 created this revision.
huixie90 added reviewers: philnik, var-const.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.

[libc++][ranges] implement `std::ranges::includes`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130116

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/__algorithm/includes.h
  libcxx/include/__algorithm/ranges_includes.h
  libcxx/include/algorithm
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ranges_includes.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.compile.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.compile.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130116.445918.patch
Type: text/x-patch
Size: 24656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220719/c8475f7b/attachment-0001.bin>


More information about the libcxx-commits mailing list