@@ -5,52 +5,52 @@ Search,none_of,Nikolas Klauser,`D123016 <https://llvm.org/D123016>`_,✅
55Search,find,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
66Search,find_if,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
77Search,find_if_not,Nikolas Klauser,`D121248 <https://reviews.llvm.org/D121248>`_,✅
8- Search,find_first_of,Not assigned,n/a,Not started
9- Search,adjacent_find,Not assigned,n/a,Not started
8+ Search,find_first_of,Nikolas Klauser,`D126529 <https://reviews.llvm.org/D126529>`_,Under review
9+ Search,adjacent_find,Nikolas Klauser,`D126610 <https://reviews.llvm.org/D126610>`_,Under review
1010Search,mismatch,Nikolas Klauser,`D117817 <https://llvm.org/D117817>`_,✅
1111Search,equal,Nikolas Klauser,`D123681 <https://reviews.llvm.org/D123681>`,✅
1212Search,lexicographical_compare,Not assigned,n/a,Not started
1313Search,partition_point,Christopher Di Bella,`D105794 <https://llvm.org/D105794>`_,Under review
14- Search,lower_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795 >`_,Under review
15- Search,upper_bound,Christopher Di Bella,`D105795 <https://llvm.org/D105795 >`_,Under review
14+ Search,lower_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964 >`_,Under review
15+ Search,upper_bound,Nikolas Klauser,`D121964 <https://llvm.org/D121964 >`_,Under review
1616Search,equal_range,Christopher Di Bella,n/a,Not started
17- Search,binary_search,Christopher Di Bella,n/a,Not started
17+ Search,binary_search,Nikolas Klauser,`D121964 <https://llvm.org/D121964>`_,Under review
1818Search,min,Nikolas Klauser,`D119589 <https://llvm.org/D119589>`_,✅
1919Search,max,Nikolas Klauser,`D122002 <https://llvm.org/D122002>`_,✅
2020Search,minmax,Nikolas Klauser,`D120637 <https://llvm.org/D120637>`_,✅
2121Search,min_element,Nikolas Klauser,`D117025 <https://llvm.org/D117025>`_,✅
2222Search,max_element,Nikolas Klauser,`D117523 <https://llvm.org/D117523>`_,✅
2323Search,minmax_element,Nikolas Klauser,`D120637 <https://llvm.org/D120637>`_,✅
24- Search,count,Nikolas Klauser, `D121523 <https://llvm.org/D121523>`_,✅
25- Search,count_if,Nikolas Klauser, `D121523 <https://llvm.org/D121523>`_,✅
26- Search,search,Not assigned,n/a,Not started
27- Search,search_n,Not assigned,n/a,Not started
28- Search,find_end,Not assigned,n/a,Not started
24+ Search,count,Nikolas Klauser,`D121523 <https://llvm.org/D121523>`_,✅
25+ Search,count_if,Nikolas Klauser,`D121523 <https://llvm.org/D121523>`_,✅
26+ Search,search,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
27+ Search,search_n,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
28+ Search,find_end,Nikolas Klauser,`D124079 <https://llvm.org/D124079>`_,Under review
2929Read-only,is_partitioned,Nikolas Klauser,`D124440 <https://llvm.org/D124440>`_,✅
3030Read-only,is_sorted,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
3131Read-only,is_sorted_unitl,Nikolas Klauser,`D125608 <https://llvm.org/D125608>`_,✅
3232Read-only,includes,Not assigned,n/a,Not started
3333Read-only,is_heap,Not assigned,n/a,Not started
3434Read-only,is_heap_until,Not assigned,n/a,Not started
35- Read-only,clamp,Not assigned,n/a,Not started
35+ Read-only,clamp,Nikolas Klauser,`D126193 <https://llvm.org/D126193>`_,Under review
3636Read-only,is_permutation,Not assigned,n/a,Not started
3737Read-only,for_each,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
3838Read-only,for_each_n,Nikolas Klauser,`D124332 <https://llvm.org/D124332>`_,✅
3939Write,copy,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4040Write,copy_if,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4141Write,copy_n,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
4242Write,copy_backward,Nikolas Klauser,`D122982 <https://llvm.org/D122982>`_,✅
43- Write,move,Not assigned,n/a,Not started
44- Write,move_backward,Not assigned,n/a,Not started
43+ Write,move,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
44+ Write,move_backward,Nikolas Klauser,`D126616 <https://llvm.org/D126616>`_,Under review
4545Write,fill,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
4646Write,fill_n,Nikolas Klauser,`D123462 <https://reviews.llvm.org/D123462>`_,✅
4747Write,transform,Nikolas Klauser,`D122173 <https://llvm.org/D122173>`_,✅
4848Write,generate,Not assigned,n/a,Not started
4949Write,generate_n,Not assigned,n/a,Not started
5050Write,remove_copy,Not assigned,n/a,Not started
5151Write,remove_copy_if,Not assigned,n/a,Not started
52- Write,replace,Not assigned,n/a,Not started
53- Write,replace_if,Not assigned,n/a,Not started
52+ Write,replace,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,Under review
53+ Write,replace_if,Nikolas Klauser,`D126283 <https://llvm.org/D126283>`_,Under review
5454Write,replace_copy,Not assigned,n/a,Not started
5555Write,replace_copy_if,Not assigned,n/a,Not started
5656Write,swap_ranges,Nikolas Klauser,`D116303 <https://llvm.org/D116303>`_,✅
@@ -73,9 +73,9 @@ Permutation,shuffle,Not assigned,n/a,Not started
7373Permutation,unique,Not assigned,n/a,Not started
7474Permutation,partition,Not assigned,n/a,Not started
7575Permutation,stable_partition,Not assigned,n/a,Not started
76- Permutation,sort,Not assigned ,n/a,Not started
77- Permutation,stable_sort,Not assigned ,n/a,Not started
78- Permutation,partial_sort,Not assigned ,n/a,Not started
76+ Permutation,sort,Konstantin Varlamov ,n/a,In progress
77+ Permutation,stable_sort,Konstantin Varlamov ,n/a,In progress
78+ Permutation,partial_sort,Konstantin Varlamov ,n/a,In progress
7979Permutation,nth_element,Not assigned,n/a,Not started
8080Permutation,inplace_merge,Not assigned,n/a,Not started
8181Permutation,make_heap,Not assigned,n/a,Not started
0 commit comments