Skip to content

Commit d5ce90f

Browse files
committed
[libc++][ranges][NFC] In the Ranges status, list the changes to predef.iterators
1 parent f50821c commit d5ce90f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libcxx/docs/Status/RangesPaper.csv

+5-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ Section,Description,Dependencies,Assignee,Complete
7272
| `ranges::distance <https://llvm.org/D102789>`_
7373
| `ranges::next <https://llvm.org/D102563>`_
7474
| `ranges::prev <https://llvm.org/D102564>`_",[iterator.concepts],Christopher Di Bella and Arthur O'Dwyer,✅
75-
`[predef.iterators] <https://wg21.link/predef.iterators>`_,Updates to predefined iterators.,"| [iterator.concepts]
75+
`[predef.iterators] <https://wg21.link/predef.iterators>`_,"
76+
| Updates to reverse_iterator
77+
| Updates to back_insert_iterator
78+
| Updates to front_insert_iterator
79+
| Updates to move_iterator","| [iterator.concepts]
7680
| [iterator.cust.swap]
7781
| [iterator.cust.move]",Unassigned,Not started
7882
`[move.sentinel] <https://wg21.link/move.sentinel>`_,,[predef.iterators],Unassigned,Not started

0 commit comments

Comments
 (0)