[libcxx-commits] [libcxx] 039e55d - [libc++][ranges][NFC] In the Ranges status, list the changes to stream.iterators

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


Author: Konstantin Varlamov
Date: 2022-02-01T14:41:09-08:00
New Revision: 039e55d61817614354e66495454e1aa117887673

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

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

Added: 
    

Modified: 
    libcxx/docs/Status/RangesPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index 098e438d6f13..09fc8bdf906a 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -79,7 +79,7 @@ Section,Description,Dependencies,Assignee,Complete
 | 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
+`[move.sentinel] <https://wg21.link/move.sentinel>`_,move_sentinel,[predef.iterators],Unassigned,Not started
 `[common.iterator] <https://wg21.link/common.iterator>`_,`common_iterator <https://llvm.org/D103335>`_,"| [iterator.concepts]
 | [iterator.cust.swap]
 | [iterator.cust.move]",Zoe Carver,✅
@@ -88,7 +88,12 @@ Section,Description,Dependencies,Assignee,Complete
 | [iterator.cust.swap]
 | [iterator.cust.move]
 | [default.sentinels]",Zoe Carver,✅
-`[stream.iterators] <https://wg21.link/stream.iterators>`_,,[default.sentinels],Unassigned,Not started
+`[stream.iterators] <https://wg21.link/stream.iterators>`_,"
+| Updates to istream_iterator
+| Updates to ostream_iterator
+| Updates to istreambuf_iterator
+| Updates to ostreambuf_iterator
+",[default.sentinels],Unassigned,Not started
 `[range.access] <https://wg21.link/range.access>`_,"| `ranges::begin <https://llvm.org/D100255>`_
 | `ranges::end <https://llvm.org/D100255>`_
 | `range::cbegin <https://llvm.org/D100255>`_


        


More information about the libcxx-commits mailing list