xref: /aosp_15_r20/external/cronet/third_party/libc++/src/docs/Status/RangesAlgorithms.csv (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1Standard,Algorithm,Assignee,CL,Status
2C++20,all C++20 algorithms,N/A,N/A,✅
3C++23,`find_last <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
4C++23,`find_last_if <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
5C++23,`find_last_if_not <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
6C++23,`starts_with <https://wg21.link/P1659R3>`_,Zijun Zhao,`D150735 <https://llvm.org/D150735>`_,Complete
7C++23,`ends_with <https://wg21.link/P1659R3>`_,Zijun Zhao, `D150831 <https://llvm.org/D150831>`_,Complete
8C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
9C++23,`shift_right <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
10C++23,`iota (algorithm) <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
11C++23,`fold <https://wg21.link/p2322r5>`_,Unassigned,No patch yet,Not started
12C++23,`contains <https://wg21.link/p2302r2>`_,Zijun Zhao, `#65148 <https://github.com/llvm/llvm-project/pull/65148>`_,Complete
13C++23,`fold_left_with_iter <https://wg21.link/p2322r6>`_,Christopher Di Bella,N/A,Complete
14C++23,`fold_left <https://wg21.link/p2322r6>`_,Christopher Di Bella,N/A,Complete
15C++23,`fold_left_first_with_iter <https://wg21.link/p2322r6>`_,Christopher Di Bella,N/A,In progress
16C++23,`fold_left_first <https://wg21.link/p2322r6>`_,Christopher Di Bella,N/A,In progress
17C++23,`fold_right <https://wg21.link/p2322r6>`_,Christopher Di Bella,N/A,In progress
18C++23,`fold_right_last <https://wg21.link/p2322r6>`_,Christopher Di Bella,N/A,In progress
19