[libcxx-commits] [libcxx] a37a05d - [libc++][ranges][NFC] In the Ranges status, mark move_sentinel as "in progress"

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 13:16:02 PST 2022


Author: Konstantin Varlamov
Date: 2022-02-02T13:15:54-08:00
New Revision: a37a05d0dce87b218b64e8e3a88d0962e27c9f1a

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

LOG: [libc++][ranges][NFC] In the Ranges status, mark move_sentinel as "in progress"

Added: 
    

Modified: 
    libcxx/docs/Status/RangesPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index 4b521ac135ea..bea73d28655f 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -81,7 +81,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>`_,move_sentinel,[predef.iterators],Unassigned,Not started
+`[move.sentinel] <https://wg21.link/move.sentinel>`_,`move_sentinel <https://reviews.llvm.org/D117656>`_,[predef.iterators],Arthur O'Dwyer,In progress
 `[common.iterator] <https://wg21.link/common.iterator>`_,`common_iterator <https://llvm.org/D103335>`_,"| [iterator.concepts]
 | [iterator.cust.swap]
 | [iterator.cust.move]",Zoe Carver,✅


        


More information about the libcxx-commits mailing list