
Focus on the not-yet-implemented features: remove most details about the already-implemented C++20 stuff, list out the major C++23 additions. Differential Revision: https://reviews.llvm.org/D136657
13 lines
923 B
CSV
13 lines
923 B
CSV
Standard,Algorithm,Assignee,CL,Status
|
|
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,`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
|