[libcxx-commits] [libcxx] 7e9d190 - [libc++][ranges][NFC] Small updates to the Ranges status page:

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


Author: Konstantin Varlamov
Date: 2022-02-02T13:33:15-08:00
New Revision: 7e9d19016eae3b169dea1148978d339f4d2433e2

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

LOG: [libc++][ranges][NFC] Small updates to the Ranges status page:

- note that `split_view` has been renamed to `lazy_split_view`.
- fix formatting.

Added: 
    

Modified: 
    libcxx/docs/Status/RangesPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index aefbd417e712..1c5f19b2aa0b 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -67,7 +67,7 @@ Section,Description,Dependencies,Assignee,Complete
 `[common.alg.req] <https://wg21.link/common.alg.req>`_: pt. 4,"| permutable
 | mergeable
 | sortable",[iterator.concepts],Unassigned,Not started
-`[std.iterator.tags] <https://wg21.link/std.iterator.tags>`_,"`contiguous_iterator_tag <https://reviews.llvm.org/rG45d048c20440989df2b4e1be1f9343225e7741ab>`_
+`[std.iterator.tags] <https://wg21.link/std.iterator.tags>`_,"| `contiguous_iterator_tag <https://reviews.llvm.org/rG45d048c20440989df2b4e1be1f9343225e7741ab>`_
 | `iterator_concept specialization for pointers <https://reviews.llvm.org/rG45d048c20440989df2b4e1be1f9343225e7741ab>`_
 ",[iterator.traits],Eric Fiselier,✅
 `[range.iter.ops] <https://wg21.link/range.iter.ops>`_,"| `ranges::advance <https://llvm.org/D101922>`_
@@ -155,7 +155,7 @@ Section,Description,Dependencies,Assignee,Complete
 `[range.transform] <https://wg21.link/range.transform>`_,`transform_view <https://llvm.org/D103056>`_,[range.all],Zoe Carver,✅
 `[range.take] <https://wg21.link/range.take>`_,`take_view <https://llvm.org/D106507>`_,[range.all],Zoe Carver,✅
 `[range.join] <https://wg21.link/range.join>`_,`join_view <https://llvm.org/D107671>`_,[range.all],Zoe Carver,✅
-`[range.split] <https://wg21.link/range.split>`_,`split_view <https://llvm.org/D107500>`_,[range.all],Zoe Carver,In progress
+`[range.split] <https://wg21.link/range.split>`_,`split_view (renamed to lazy_split_view by P2210) <https://llvm.org/D107500>`_,[range.all],Zoe Carver,In progress
 `[range.counted] <https://wg21.link/range.counted>`_,`view::counted <https://llvm.org/D106923>`_,[range.subrange],Zoe Carver,✅
 `[range.common] <https://wg21.link/range.common>`_,`common_view <https://llvm.org/D105753>`_,[range.all],Zoe Carver,✅
 `[range.reverse] <https://wg21.link/range.reverse>`_,`reverse_view <https://llvm.org/D107096>`_,[range.all],Zoe Carver,✅


        


More information about the libcxx-commits mailing list