Skip to content

Commit ee39772

Browse files
committed
[libc++][NFC] Update ranges algorithms status page
1 parent 599aa61 commit ee39772

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

libcxx/docs/Status/RangesAlgorithms.csv

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Category,Algorithm,Assignee,CL,Complete
22
Search,any_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
33
Search,all_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
44
Search,none_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
5-
Search,find,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
6-
Search,find_if,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
7-
Search,find_if_not,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
8-
Search,find_first_of,Nikolas Klauser,`D126529 <https://reviews.llvm.org/D126529>`_,✅
9-
Search,adjacent_find,Nikolas Klauser,`D126610 <https://reviews.llvm.org/D126610>`_,Under review
5+
Search,find,Nikolas Klauser,`D121248 <https://llvm.org/D121248>`_,✅
6+
Search,find_if,Nikolas Klauser,`D121248 <https://llvm.org/D121248>`_,✅
7+
Search,find_if_not,Nikolas Klauser,`D121248 <https://llvm.org/D121248>`_,✅
8+
Search,find_first_of,Nikolas Klauser,`D126529 <https://llvm.org/D126529>`_,✅
9+
Search,adjacent_find,Nikolas Klauser,`D126610 <https://llvm.org/D126610>`_,
1010
Search,mismatch,Nikolas Klauser,`D117817 <https://llvm.org/D117817>`_,✅
11-
Search,equal,Nikolas Klauser,`D123681 <https://reviews.llvm.org/D123681>`_,✅
12-
Search,lexicographical_compare,Not assigned,n/a,Not started
11+
Search,equal,Nikolas Klauser,`D123681 <https://llvm.org/D123681>`_,✅
12+
Search,lexicographical_compare,Nikolas Klauser,`D127130 <https://llvm.org/D127130>`_,Under review
1313
Search,partition_point,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review
1414
Search,lower_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,✅
1515
Search,upper_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,✅
@@ -29,11 +29,11 @@ Search,find_end,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under revi
2929
Read-only,is_partitioned,Nikolas Klauser,`D124440 <https://llvm.org/D124440>`_,✅
3030
Read-only,is_sorted,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
3131
Read-only,is_sorted_unitl,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
32-
Read-only,includes,Not assigned,n/a,Not started
33-
Read-only,is_heap,Not assigned,n/a,Not started
34-
Read-only,is_heap_until,Not assigned,n/a,Not started
32+
Read-only,includes,Nikolas Klauser,n/a,Not started
33+
Read-only,is_heap,Nikolas Klauser,n/a,Not started
34+
Read-only,is_heap_until,Nikolas Klauser,n/a,Not started
3535
Read-only,clamp,Nikolas Klauser,`D126193 <https://llvm.org/D126193>`_,Under review
36-
Read-only,is_permutation,Not assigned,n/a,Not started
36+
Read-only,is_permutation,Nikolas Klauser,`D127194 <https://llvm.org/D127194>`_,Under review
3737
Read-only,for_each,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
3838
Read-only,for_each_n,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
3939
Write,copy,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
@@ -42,20 +42,20 @@ Write,copy_n,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4242
Write,copy_backward,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4343
Write,move,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
4444
Write,move_backward,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
45-
Write,fill,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
46-
Write,fill_n,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
45+
Write,fill,Nikolas Klauser,`D123462 <https://llvm.org/D123462>`_,✅
46+
Write,fill_n,Nikolas Klauser,`D123462 <https://llvm.org/D123462>`_,✅
4747
Write,transform,Nikolas Klauser,`D122173 <https://llvm.org/D122173>`_,✅
48-
Write,generate,Not assigned,n/a,Not started
49-
Write,generate_n,Not assigned,n/a,Not started
50-
Write,remove_copy,Not assigned,n/a,Not started
51-
Write,remove_copy_if,Not assigned,n/a,Not started
48+
Write,generate,Nikolas Klauser,n/a,Not started
49+
Write,generate_n,Nikolas Klauser,n/a,Not started
50+
Write,remove_copy,Nikolas Klauser,n/a,Not started
51+
Write,remove_copy_if,Nikolas Klauser,n/a,Not started
5252
Write,replace,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,✅
5353
Write,replace_if,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,✅
54-
Write,replace_copy,Not assigned,n/a,Not started
55-
Write,replace_copy_if,Not assigned,n/a,Not started
54+
Write,replace_copy,Nikolas Klauser,n/a,Not started
55+
Write,replace_copy_if,Nikolas Klauser,n/a,Not started
5656
Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,✅
57-
Write,reverse_copy,Not assigned,n/a,Not started
58-
Write,rotate_copy,Not assigned,n/a,Not started
57+
Write,reverse_copy,Nikolas Klauser,`D127211 <https://llvm.org/D127211>`_,Under review
58+
Write,rotate_copy,Nikolas Klauser,`D127211 <https://llvm.org/D127211>`_,Under review
5959
Write,sample,Not assigned,n/a,Not started
6060
Write,unique_copy,Not assigned,n/a,Not started
6161
Write,partition_copy,Not assigned,n/a,Not started
@@ -68,7 +68,7 @@ Merge,set_union,Not assigned,n/a,Not started
6868
Permutation,remove,Not assigned,n/a,Not started
6969
Permutation,remove_if,Not assigned,n/a,Not started
7070
Permutation,reverse,Nikolas Klauser,`D125752 <https://llvm.org/D125752>`_,✅
71-
Permutation,rotate,Not assigned,n/a,Not started
71+
Permutation,rotate,Nikolas Klauser,`D124122 <https://llvm.org/D124122>`_,Under review
7272
Permutation,shuffle,Not assigned,n/a,Not started
7373
Permutation,unique,Not assigned,n/a,Not started
7474
Permutation,partition,Not assigned,n/a,Not started

0 commit comments

Comments
 (0)