[libcxx-commits] [libcxx] 3b463c4 - [libc++][NFC] Assign some Ranges tasks to varconst.

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 18 15:16:21 PST 2021


Author: Konstantin Varlamov
Date: 2021-11-18T15:15:21-08:00
New Revision: 3b463c45288a8e1911517511b92c32fd1f384a5e

URL: https://github.com/llvm/llvm-project/commit/3b463c45288a8e1911517511b92c32fd1f384a5e
DIFF: https://github.com/llvm/llvm-project/commit/3b463c45288a8e1911517511b92c32fd1f384a5e.diff

LOG: [libc++][NFC] Assign some Ranges tasks to varconst.

Specifically:
- [special.mem.concepts];
- [specialized.algorithms].

Added: 
    

Modified: 
    libcxx/docs/Status/RangesPaper.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index 899cdb2b3bd0c..ee1023981805b 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -17,7 +17,7 @@ Section,Description,Dependencies,Assignee,Complete
 | *no-throw-input-range*
 | *no-throw-forward-iterator*
 | *no-throw-forward-range*","| [iterator.concepts]
-| [range.refinements]",Unassigned,Not started
+| [range.refinements]",Konstantin Varlamov,Not started
 `[specialized.algorithms] <http://wg21.link/specialized.algorithms>`_,"| ranges::uninitialized_default_construct
 | ranges::uninitialized_default_construct_n
 | ranges::uninitialized_value_construct
@@ -31,7 +31,7 @@ Section,Description,Dependencies,Assignee,Complete
 | ranges::construct_at
 | ranges::destroy
 | ranges::destroy_at
-| ranges::destroy_n",[special.mem.concepts],Unassigned,Not started
+| ranges::destroy_n",[special.mem.concepts],Konstantin Varlamov,Not started
 [strings],Adds begin/end and updates const_iterator.,[iterator.concepts],Unassigned,Not started
 [views.span],Same as [strings],[iterator.concepts],Unassigned,Not started
 `[iterator.cust.move] <http://wg21.link/iterator.cust.move>`_,`ranges::iter_move <https://llvm.org/D99873>`_,,Zoe Carver,✅


        


More information about the libcxx-commits mailing list