[libcxx-commits] [libcxx] 6f5064c - [libc++][docs] Take lock for range.single.view.

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 22 11:16:09 PDT 2021


Author: zoecarver
Date: 2021-07-22T11:15:24-07:00
New Revision: 6f5064cd0c0e5dfaeae6ac572a0907e69aae7f89

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

LOG: [libc++][docs] Take lock for range.single.view.

Mark this item as in progress and assigned to me.

Added: 
    

Modified: 
    libcxx/docs/Status/RangesPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index 02c764c8e8bc..0e4e1cbf3b9d 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -142,7 +142,7 @@ Section,Description,Dependencies,Assignee,Complete
 `[range.take] <http://wg21.link/range.take>`_,take_view,[range.all],Zoe Carver,In Progress
 `[range.join] <http://wg21.link/range.join>`_,join_view,[range.all],Christopher Di Bella,Not started
 `[range.empty] <http://wg21.link/range.empty>`_,`empty_view <https://reviews.llvm.org/D103208>`_,[view.interface],Zoe Carver,✅
-`[range.single] <http://wg21.link/range.single>`_,single_view,[view.interface],Unassigned,Not started
+`[range.single] <http://wg21.link/range.single>`_,single_view,[view.interface],Zoe Carver,In Progress
 `[range.split] <http://wg21.link/range.split>`_,split_view,[range.all],Unassigned,Not started
 `[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,In Progress


        


More information about the libcxx-commits mailing list