[all-commits] [llvm/llvm-project] 8a6174: [libc++][ranges] implement `std::ranges::inplace_m...
Hui via All-commits
all-commits at lists.llvm.org
Thu Jul 28 00:40:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a61749f767e9af773051fc4f6dc99276fe189e3
https://github.com/llvm/llvm-project/commit/8a61749f767e9af773051fc4f6dc99276fe189e3
Author: Hui Xie <hui.xie1990 at gmail.com>
Date: 2022-07-28 (Thu, 28 Jul 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/algorithm_family.h
M libcxx/include/__algorithm/inplace_merge.h
M libcxx/include/__algorithm/ranges_inplace_merge.h
M libcxx/include/__algorithm/stable_sort.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_inplace_merge.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] implement `std::ranges::inplace_merge`
Differential Revision: https://reviews.llvm.org/D130627
More information about the All-commits
mailing list