diff options
| author | Konstantin Varlamov <varconst@apple.com> | 2022-02-02 13:14:57 -0800 |
|---|---|---|
| committer | Konstantin Varlamov <varconst@apple.com> | 2022-02-02 13:15:54 -0800 |
| commit | a37a05d0dce87b218b64e8e3a88d0962e27c9f1a (patch) | |
| tree | 320974a9742ad4b97e133f78eeeb4ada8dee3a3e | |
| parent | e692654a4dc017b0bddc4366b328dd6d68d2740a (diff) | |
| download | llvm-a37a05d0dce87b218b64e8e3a88d0962e27c9f1a.zip llvm-a37a05d0dce87b218b64e8e3a88d0962e27c9f1a.tar.gz llvm-a37a05d0dce87b218b64e8e3a88d0962e27c9f1a.tar.bz2 | |
[libc++][ranges][NFC] In the Ranges status, mark move_sentinel as "in progress"
| -rw-r--r-- | libcxx/docs/Status/RangesPaper.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv index 4b521ac..bea73d2 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,✅ |
