ranges::partial_sort_copy feedback.
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D130611
[libc++][ranges] Implement `std::ranges::partial_sort_copy`. Authored by var-const on Jul 26 2022, 7:01 PM.
Details
Summary ranges::partial_sort_copy feedback.
Diff Detail
Unit TestsFailed
Revision Contents
Diff 447911 libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/__algorithm/make_heap.h
libcxx/include/__algorithm/make_projected.h
libcxx/include/__algorithm/partial_sort.h
libcxx/include/__algorithm/partial_sort_copy.hlibcxx/include/__algorithm/ranges_partial_sort_copy.h
libcxx/include/__algorithm/sift_down.h
libcxx/include/__algorithm/sort_heap.h
libcxx/include/algorithm
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/ranges_partial_sort_copy.pass.cpplibcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_differing_projections.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
|
clang-format not found in user’s local PATH; not linting file.