[libcxx-commits] [libcxx] 49ff418 - [libc++][ranges][NFC] Small formatting fixes to the Ranges algorithms' status.

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 15 09:43:39 PST 2022


Author: Konstantin Varlamov
Date: 2022-02-15T09:43:29-08:00
New Revision: 49ff418ed5cf0c74e1e92ca85037c7e214318536

URL: https://github.com/llvm/llvm-project/commit/49ff418ed5cf0c74e1e92ca85037c7e214318536
DIFF: https://github.com/llvm/llvm-project/commit/49ff418ed5cf0c74e1e92ca85037c7e214318536.diff

LOG: [libc++][ranges][NFC] Small formatting fixes to the Ranges algorithms' status.

Added: 
    

Modified: 
    libcxx/docs/Status/RangesAlgorithms.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/RangesAlgorithms.csv b/libcxx/docs/Status/RangesAlgorithms.csv
index d95c5bec71a2e..b8cc8baf9043d 100644
--- a/libcxx/docs/Status/RangesAlgorithms.csv
+++ b/libcxx/docs/Status/RangesAlgorithms.csv
@@ -18,7 +18,7 @@ Search,binary_search,Christopher Di Bella,n/a,Not started
 Search,min,Not assigned,n/a,Not started
 Search,max,Not assigned,n/a,Not started
 Search,minmax,Not assigned,n/a,Not started
-Search,min_element,Nikolas Klauser,n/a,Complete
+Search,min_element,Nikolas Klauser,n/a,✅
 Search,max_element,Not assigned,n/a,Not started
 Search,minmax_element,Not assigned,n/a,Not started
 Search,count,Not assigned,n/a,Not started
@@ -46,14 +46,14 @@ Write,fill,Not assigned,n/a,Not started
 Write,fill_n,Not assigned,n/a,Not started
 Write,transform,Not assigned,n/a,Not started
 Write,generate,Not assigned,n/a,Not started
-Write,generate_nNot assigned,n/a,Not started
+Write,generate_n,Not assigned,n/a,Not started
 Write,remove_copy,Not assigned,n/a,Not started
 Write,remove_copy_if,Not assigned,n/a,Not started
 Write,replace,Not assigned,n/a,Not started
 Write,replace_if,Not assigned,n/a,Not started
 Write,replace_copy,Not assigned,n/a,Not started
 Write,replace_copy_if,Not assigned,n/a,Not started
-Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,Complete
+Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,✅
 Write,reverse_copy,Not assigned,n/a,Not started
 Write,rotate_copy,Not assigned,n/a,Not started
 Write,sample,Not assigned,n/a,Not started


        


More information about the libcxx-commits mailing list