[libcxx-commits] [libcxx] 3df649e - [libcxx][docs] Take locks on the last three views.
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 30 15:08:15 PDT 2021
Author: zoecarver
Date: 2021-07-30T15:08:01-07:00
New Revision: 3df649e6191516547c6ddbcf26d507cd9b824519
URL: https://github.com/llvm/llvm-project/commit/3df649e6191516547c6ddbcf26d507cd9b824519
DIFF: https://github.com/llvm/llvm-project/commit/3df649e6191516547c6ddbcf26d507cd9b824519.diff
LOG: [libcxx][docs] Take locks on the last three views.
Added:
Modified:
libcxx/docs/Status/RangesPaper.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index d0e7f5c88fa0..29ad8c3ad3ff 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -138,12 +138,12 @@ Section,Description,Dependencies,Assignee,Complete
`[range.view.ref] <http://wg21.link/range.view>`_,`ref-view <https://llvm.org/D102020>`_,[view.interface],Zoe Carver,✅
`[range.filter] <http://wg21.link/range.filter>`_,filter_view,[range.all],Louis Dionne,Not started
`[range.transform] <http://wg21.link/range.transform>`_,`transform_view <https://llvm.org/D103056>`_,[range.all],Zoe Carver,✅
-`[range.iota] <http://wg21.link/range.iota>`_,iota_view,[range.all],Louis Dionne,Not started
+`[range.iota] <http://wg21.link/range.iota>`_,iota_view,[range.all],Zoe Carver,In Progress
`[range.take] <http://wg21.link/range.take>`_,take_view,[range.all],Zoe Carver,✅
-`[range.join] <http://wg21.link/range.join>`_,join_view,[range.all],Christopher Di Bella,Not started
+`[range.join] <http://wg21.link/range.join>`_,join_view,[range.all],Zoe Carver,In Progress
`[range.empty] <http://wg21.link/range.empty>`_,`empty_view <https://llvm.org/D103208>`_,[view.interface],Zoe Carver,✅
`[range.single] <http://wg21.link/range.single>`_,single_view,[view.interface],Zoe Carver,✅
-`[range.split] <http://wg21.link/range.split>`_,split_view,[range.all],Unassigned,Not started
+`[range.split] <http://wg21.link/range.split>`_,split_view,[range.all],Zoe Carver,In Progress
`[range.counted] <http://wg21.link/range.counted>`_,view::counted,[range.subrange],Zoe Carver,Not started
`[range.common] <http://wg21.link/range.common>`_,common_view,[range.all],Zoe Carver,✅
`[range.reverse] <http://wg21.link/range.reverse>`_,reverse_view,[range.all],Unassigned,Not started
More information about the libcxx-commits
mailing list