[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 18:37:19 PST 2022
var-const updated this revision to Diff 409832.
var-const marked 2 inline comments as done.
var-const added a comment.
For non-default projections, assert that using the default projection doesn't work.
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.409832.patch
Type: text/x-patch
Size: 10537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220218/76f7cd0d/attachment.bin>
More information about the libcxx-commits
mailing list