[libcxx-commits] [PATCH] D129657: [libc++][ranges] implement `std::ranges::set_union`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 13 13:36:21 PDT 2022


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

address review feedback


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129657

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/__algorithm/ranges_set_union.h
  libcxx/include/__algorithm/set_union.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/set.union/ranges_set_union.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/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129657.444407.patch
Type: text/x-patch
Size: 34536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220713/275810fd/attachment-0001.bin>


More information about the libcxx-commits mailing list