From: Konstantin Varlamov Date: Mon, 31 Jan 2022 19:23:40 +0000 (-0800) Subject: [libc++][ranges][NFC] Add some missing links to the Ranges status page. X-Git-Tag: upstream/15.0.7~18411 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c89c2ac6f4de27f4fd4e302d8584218a2957040;p=platform%2Fupstream%2Fllvm.git [libc++][ranges][NFC] Add some missing links to the Ranges status page. --- diff --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv index 7f9bb34..71898c0 100644 --- a/libcxx/docs/Status/RangesPaper.csv +++ b/libcxx/docs/Status/RangesPaper.csv @@ -12,11 +12,11 @@ Section,Description,Dependencies,Assignee,Complete | `iter_difference_t `_",,Christopher Di Bella,✅ `[iterator.traits] `_,`Updates to iterator_traits `_,"| indirectly_readable_traits | incrementable_traits",Christopher Di Bella,✅ -`[special.mem.concepts] `_,"| `nothrow-input-iterator `_ -| `nothrow-sentinel-for `_ -| `nothrow-input-range `_ -| `nothrow-forward-iterator `_ -| `nothrow-forward-range `_","| [iterator.concepts] +`[special.mem.concepts] `_,"| `nothrow-input-iterator `_ +| `nothrow-sentinel-for `_ +| `nothrow-input-range `_ +| `nothrow-forward-iterator `_ +| `nothrow-forward-range `_","| [iterator.concepts] | [range.refinements]",Konstantin Varlamov,✅ `[specialized.algorithms] `_,"| `ranges::uninitialized_default_construct `_ | `ranges::uninitialized_default_construct_n `_ @@ -142,9 +142,9 @@ Section,Description,Dependencies,Assignee,Complete `[range.ref.view] `_,`ref_view `_,[view.interface],Zoe Carver,✅ `[range.filter] `_,`filter_view `_,[range.all],Louis Dionne,Under review `[range.transform] `_,`transform_view `_,[range.all],Zoe Carver,✅ -`[range.take] `_,take_view,[range.all],Zoe Carver,✅ -`[range.join] `_,join_view,[range.all],Zoe Carver,✅ -`[range.split] `_,split_view,[range.all],Zoe Carver,In progress -`[range.counted] `_,view::counted,[range.subrange],Zoe Carver,✅ -`[range.common] `_,common_view,[range.all],Zoe Carver,✅ -`[range.reverse] `_,reverse_view,[range.all],Zoe Carver,✅ +`[range.take] `_,`take_view `,[range.all],Zoe Carver,✅ +`[range.join] `_,`join_view `,[range.all],Zoe Carver,✅ +`[range.split] `_,`split_view `,[range.all],Zoe Carver,In progress +`[range.counted] `_,`view::counted `,[range.subrange],Zoe Carver,✅ +`[range.common] `_,`common_view `,[range.all],Zoe Carver,✅ +`[range.reverse] `_,`reverse_view `,[range.all],Zoe Carver,âœ