[libcxx-commits] [PATCH] D119619: [libc++][ranges] Implement `std::sortable`.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 17 02:16:46 PST 2022
var-const updated this revision to Diff 409553.
var-const marked 3 inline comments as done.
var-const added a comment.
Address feedback, rebase on main, guard `sortable` on `NO_INCOMPLETE_RANGES`
(because `ranges::less` is now also guarded on it).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119619/new/
https://reviews.llvm.org/D119619
Files:
libcxx/docs/Status/RangesPaper.csv
libcxx/include/CMakeLists.txt
libcxx/include/__iterator/sortable.h
libcxx/include/iterator
libcxx/include/module.modulemap
libcxx/test/libcxx/diagnostics/detail.headers/iterator/sortable.module.verify.cpp
libcxx/test/std/iterators/iterator.requirements/alg.req.permutable/permutable.compile.pass.cpp
libcxx/test/std/iterators/iterator.requirements/alg.req.sortable/sortable.compile.pass.cpp
libcxx/test/std/iterators/iterator.requirements/alg.req.sortable/sortable.subsumption.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119619.409553.patch
Type: text/x-patch
Size: 9898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220217/0dbfbb43/attachment-0001.bin>
More information about the libcxx-commits
mailing list