[all-commits] [llvm/llvm-project] 1cdec6: [libcxx][ranges] implement `std::ranges::set_diffe...
Hui via All-commits
all-commits at lists.llvm.org
Fri Jul 8 05:30:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cdec6c96e852f4ebac61711a622535bcaf07542
https://github.com/llvm/llvm-project/commit/1cdec6c96e852f4ebac61711a622535bcaf07542
Author: Hui Xie <hui.xie1990 at gmail.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/make_projected.h
A libcxx/include/__algorithm/ranges_set_difference.h
M libcxx/include/__algorithm/set_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
M libcxx/test/std/algorithms/alg.sorting/alg.merge/ranges_merge.pass.cpp
A libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ranges_set_difference.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/sortable_helpers.h
M libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libcxx][ranges] implement `std::ranges::set_difference`
implement `std::ranges::set_difference`
reused classic std::set_difference
added unit tests
Differential Revision: https://reviews.llvm.org/D128983
More information about the All-commits
mailing list