[libcxx-commits] [PATCH] D129233: [libc++][ranges] implement `std::ranges::set_intersection`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 10 23:02:33 PDT 2022


This revision was automatically updated to reflect the committed changes.
huixie90 marked an inline comment as done.
Closed by commit rG96b674f23cd6: [libc++][ranges] implement `std::ranges::set_intersection` (authored by huixie90).

Changed prior to commit:
  https://reviews.llvm.org/D129233?vs=443457&id=443560#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129233

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/ranges_set_intersection.h
  libcxx/include/__algorithm/set_intersection.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.merge/ranges_merge.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ranges_set_difference.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ranges_set_intersection.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/sortable_helpers.h
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129233.443560.patch
Type: text/x-patch
Size: 50483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220711/f19ca704/attachment-0001.bin>


More information about the libcxx-commits mailing list