[all-commits] [llvm/llvm-project] a5c063: [libc++][ranges] implement `std::ranges::set_symme...
Hui via All-commits
all-commits at lists.llvm.org
Wed Jul 13 13:25:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5c0638dec838fe4c8189d3c72c251c9030f9605
https://github.com/llvm/llvm-project/commit/a5c0638dec838fe4c8189d3c72c251c9030f9605
Author: Hui Xie <hui.xie1990 at gmail.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/ranges_set_intersection.h
A libcxx/include/__algorithm/ranges_set_symmetric_difference.h
M libcxx/include/__algorithm/set_intersection.h
M libcxx/include/__algorithm/set_symmetric_difference.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ranges_set_symmetric_difference.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.compile.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.compile.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] implement `std::ranges::set_symmetric_difference`
[libc++][ranges] implement `std::ranges::set_symmetric_difference`
Differential Revision: https://reviews.llvm.org/D129520
More information about the All-commits
mailing list