[libcxx-commits] [PATCH] D125608: [libc++] Implement ranges::is_sorted{, _until}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 27 01:28:58 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG11e3ad299fee: [libc++] Implement ranges::is_sorted{, _until} (authored by philnik).
Changed prior to commit:
https://reviews.llvm.org/D125608?vs=432272&id=432487#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125608/new/
https://reviews.llvm.org/D125608
Files:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_is_sorted.h
libcxx/include/__algorithm/ranges_is_sorted_until.h
libcxx/include/algorithm
libcxx/include/module.modulemap
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/is.sorted/ranges.is_sorted.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/is.sorted/ranges.is_sorted_until.pass.cpp
libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
libcxx/test/support/almost_satisfies_types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125608.432487.patch
Type: text/x-patch
Size: 29567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220527/3be0a0cc/attachment-0001.bin>
More information about the libcxx-commits
mailing list