[libcxx-commits] [libcxx] d5ce90f - [libc++][ranges][NFC] In the Ranges status, list the changes to predef.iterators

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 1 14:36:11 PST 2022


Author: Konstantin Varlamov
Date: 2022-02-01T14:34:40-08:00
New Revision: d5ce90f4148d0b35240b57175ebba1b65e514f65

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

LOG: [libc++][ranges][NFC] In the Ranges status, list the changes to predef.iterators

Added: 
    

Modified: 
    libcxx/docs/Status/RangesPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index 258e85b522f17..098e438d6f13c 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -72,7 +72,11 @@ Section,Description,Dependencies,Assignee,Complete
 | `ranges::distance <https://llvm.org/D102789>`_
 | `ranges::next <https://llvm.org/D102563>`_
 | `ranges::prev <https://llvm.org/D102564>`_",[iterator.concepts],Christopher Di Bella and Arthur O'Dwyer,✅
-`[predef.iterators] <https://wg21.link/predef.iterators>`_,Updates to predefined iterators.,"| [iterator.concepts]
+`[predef.iterators] <https://wg21.link/predef.iterators>`_,"
+| Updates to reverse_iterator
+| Updates to back_insert_iterator
+| Updates to front_insert_iterator
+| Updates to move_iterator","| [iterator.concepts]
 | [iterator.cust.swap]
 | [iterator.cust.move]",Unassigned,Not started
 `[move.sentinel] <https://wg21.link/move.sentinel>`_,,[predef.iterators],Unassigned,Not started


        


More information about the libcxx-commits mailing list