Update RangesAlgorithm status

Reviewed By: philnik, #libc

Differential Revision: https://reviews.llvm.org/D157539
This commit is contained in:
zijunzhao 2023-08-09 19:21:12 +00:00
parent 8ab62da18d
commit 996559602b

View File

@ -3,10 +3,10 @@ C++20,all C++20 algorithms,N/A,N/A,✅
C++23,`find_last <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
C++23,`find_last_if <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
C++23,`find_last_if_not <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
C++23,`starts_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
C++23,`ends_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
C++23,`starts_with <https://wg21.link/P1659R3>`_,Zijun Zhao,`D150735 <https://llvm.org/D150735>`_,✅
C++23,`ends_with <https://wg21.link/P1659R3>`_,Zijun Zhao,No patch yet,In Progress
C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
C++23,`shift_right <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
C++23,`iota (algorithm) <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
C++23,`fold <https://wg21.link/p2322r5>`_,Unassigned,No patch yet,Not started
C++23,`contains <https://wg21.link/p2302r2>`_,Unassigned,No patch yet,Not started
C++23,`contains <https://wg21.link/p2302r2>`_,Zijun Zhao,No patch yet,In Progress

1 Standard Algorithm Assignee CL Status
3 C++23 `find_last <https://wg21.link/P1223R5>`_ Unassigned No patch yet Not started
4 C++23 `find_last_if <https://wg21.link/P1223R5>`_ Unassigned No patch yet Not started
5 C++23 `find_last_if_not <https://wg21.link/P1223R5>`_ Unassigned No patch yet Not started
6 C++23 `starts_with <https://wg21.link/P1659R3>`_ Unassigned Zijun Zhao No patch yet `D150735 <https://llvm.org/D150735>`_ Not started
7 C++23 `ends_with <https://wg21.link/P1659R3>`_ Unassigned Zijun Zhao No patch yet Not started In Progress
8 C++23 `shift_left <https://wg21.link/p2440r1>`_ Unassigned No patch yet Not started
9 C++23 `shift_right <https://wg21.link/p2440r1>`_ Unassigned No patch yet Not started
10 C++23 `iota (algorithm) <https://wg21.link/p2440r1>`_ Unassigned No patch yet Not started
11 C++23 `fold <https://wg21.link/p2322r5>`_ Unassigned No patch yet Not started
12 C++23 `contains <https://wg21.link/p2302r2>`_ Unassigned Zijun Zhao No patch yet Not started In Progress