[libcxx-commits] [libcxx] 0f80365 - [libcxx][iterator][nfc] acquires lock for working on [range.iter.ops]

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 19 11:05:51 PDT 2021


Author: Christopher Di Bella
Date: 2021-05-19T18:05:33Z
New Revision: 0f803657227d3a2086d7bb90d3119d3ed84f146c

URL: https://github.com/llvm/llvm-project/commit/0f803657227d3a2086d7bb90d3119d3ed84f146c
DIFF: https://github.com/llvm/llvm-project/commit/0f803657227d3a2086d7bb90d3119d3ed84f146c.diff

LOG: [libcxx][iterator][nfc] acquires lock for working on [range.iter.ops]

Differential Revision: https://reviews.llvm.org/D101845

Added: 
    

Modified: 
    libcxx/docs/OneRangesProposalStatus.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/OneRangesProposalStatus.csv b/libcxx/docs/OneRangesProposalStatus.csv
index 17bdc28528b7a..b17d972757547 100644
--- a/libcxx/docs/OneRangesProposalStatus.csv
+++ b/libcxx/docs/OneRangesProposalStatus.csv
@@ -24,10 +24,10 @@ bidirectional_iterator: `D100278 <https://llvm.org/D100278>`_",
 [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,"`D101922 <https://llvm.org/D101922>`_",
+[range.iter.op.distance],ranges::distance,"[iterator.concepts], [range.range], [range.sized]",Christopher Di Bella,"`D101922 <https://llvm.org/D102789>`_",
+[range.iter.op.next],ranges::next,[iterator.concepts],Christopher Di Bella,"`D102563 <https://llvm.org/D102563>`_",
+[range.iter.op.prev],ranges::prev,[iterator.concepts],Christopher Di Bella,"`D102564 <https://llvm.org/D102564>`_",
 [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]",,,
@@ -39,7 +39,7 @@ bidirectional_iterator: `D100278 <https://llvm.org/D100278>`_",
 [range.access],"ranges::begin, end, cbegin, cend, rbegin, rend, crbegin, and crend",[iterator.concepts],Christopher Di Bella,`D100255 <https://llvm.org/D100255>`_,
 [ranges.primitives],"size, empty, data, and cdata",[iterator.concepts],Zoe Carver,,
 [range.range],,[range.access],,,
-[range.sized],,"[range.primitives], [range.range]",,,
+[range.sized],"ranges::sized_range","[range.primitives], [range.range]",Christopher Di Bella,"`D102434 <https://llvm.org/D102434>`_",
 [range.view],View and enable_view,[range.range],Louis Dionne,https://reviews.llvm.org/D101547,✅
 [range.refinements],"OutputRange, InputRange, ForwardRange, BidirectionalRange, RandomAccessRange, ContiguousRange, CommonRange, ViewableRange","[ranges.syn]: pt. 2, [range.range]",Christopher Di Bella,"input_range: `D100271 <https://llvm.org/D100271>`_
 forward_range: `D100275 <https://llvm.org/D100275>`_


        


More information about the libcxx-commits mailing list