[libcxx-commits] [PATCH] D127834: [libc++][ranges] Implement `ranges::stable_sort`.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 16 15:56:37 PDT 2022
var-const updated this revision to Diff 437744.
var-const marked 5 inline comments as done.
var-const added a comment.
Rebase on `main`, apply changes from the `ranges::sort` patch, address feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127834/new/
https://reviews.llvm.org/D127834
Files:
libcxx/benchmarks/CMakeLists.txt
libcxx/benchmarks/algorithms/ranges_stable_sort.bench.cpp
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_sort.h
libcxx/include/__algorithm/ranges_stable_sort.h
libcxx/include/__algorithm/stable_sort.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.sort/stable.sort/ranges.stable.sort.pass.cpp
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127834.437744.patch
Type: text/x-patch
Size: 26625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220616/fe915f11/attachment-0001.bin>
More information about the libcxx-commits
mailing list