[libcxx-commits] [PATCH] D101845: [libcxx][iterator][nfc] acquires lock for working on [range.iter.ops]
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 4 09:33:20 PDT 2021
cjdb created this revision.
cjdb added reviewers: ldionne, zoecarver.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101845
Files:
libcxx/docs/OneRangesProposalStatus.csv
Index: libcxx/docs/OneRangesProposalStatus.csv
===================================================================
--- libcxx/docs/OneRangesProposalStatus.csv
+++ libcxx/docs/OneRangesProposalStatus.csv
@@ -24,10 +24,10 @@
[common.alg.req]: pt. 3,indirectly_comparable,[projected],,,
[common.alg.req]: pt. 4,"Note: could be done with pt. 1. … permutable, mergeable, and sortable",[iterator.concepts],,,
[std.iterator.tags],,[iterator.traits],,,
-[range.iterator.operations.advance],ranges::advance,[iterator.concepts],,,
-[range.iterator.operations.distance],ranges::distance,"[iterator.concepts], [range.range]",,,
-[range.iterator.operations.next],ranges::next,[iterator.concepts],,,
-[range.iterator.operations.prev],ranges::prev,[iterator.concepts],,,
+[range.iter.op.advance],ranges::advance,[iterator.concepts],Christopher Di Bella,,
+[range.iter.op.distance],ranges::distance,"[iterator.concepts], [range.range]",Christopher Di Bella,,
+[range.iter.op.next],ranges::next,[iterator.concepts],Christopher Di Bella,,
+[range.iter.op.prev],ranges::prev,[iterator.concepts],Christopher Di Bella,,
[predef.iterators],Updates to predefined iterators.,"[iterator.concepts], [iterator.cust.swap], [iterator.cust.move]",,,
[move.sentinel],,[concepts] … Note: for testing it may be beneficial to have completed [predef.iterators]. ,,,
[common.iterator],,"[iterator.concepts], [iterator.cust.swap], [iterator.cust.move]",,,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101845.342777.patch
Type: text/x-patch
Size: 1468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210504/635c2550/attachment.bin>
More information about the libcxx-commits
mailing list