[libcxx-commits] [PATCH] D129520: [libc++][ranges] implement `std::ranges::set_semmetric_difference`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 12 03:21:36 PDT 2022


huixie90 created this revision.
huixie90 added reviewers: philnik, var-const, ldionne.
Herald added a subscriber: mgorny.
Herald added a project: All.
huixie90 updated this revision to Diff 443878.
huixie90 added a comment.
huixie90 published this revision for review.
Herald added a reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.

fix CI


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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129520

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/ranges_set_symmetric_difference.h
  libcxx/include/__algorithm/set_symmetric_difference.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.set.operations/set.symmetric.difference/ranges_set_symmetric_difference.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129520.443878.patch
Type: text/x-patch
Size: 40913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220712/efae9dd2/attachment-0001.bin>


More information about the libcxx-commits mailing list