[libc++][ranges] implement `std::ranges::set_symmetric_difference`
authorHui Xie <hui.xie1990@gmail.com>
Mon, 11 Jul 2022 22:39:59 +0000 (23:39 +0100)
committerHui Xie <hui.xie1990@gmail.com>
Wed, 13 Jul 2022 20:24:32 +0000 (21:24 +0100)
commita5c0638dec838fe4c8189d3c72c251c9030f9605
tree4bdf378502373683aebba99cb89b69a228aebe7f
parent04c681d195647bc111e067726b0b1bf6025971ce
[libc++][ranges] implement `std::ranges::set_symmetric_difference`

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

Differential Revision: https://reviews.llvm.org/D129520
15 files changed:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_set_intersection.h
libcxx/include/__algorithm/ranges_set_symmetric_difference.h [new file with mode: 0644]
libcxx/include/__algorithm/set_intersection.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 [new file with mode: 0644]
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