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

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 20 15:05:12 PDT 2022


huixie90 updated this revision to Diff 446275.
huixie90 marked 4 inline comments as done.
huixie90 added a comment.

address review issues


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130116/new/

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.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.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.446275.patch
Type: text/x-patch
Size: 25213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220720/2177e508/attachment-0001.bin>


More information about the libcxx-commits mailing list