llvm-project/libcxx/docs/Status/RangesAlgorithms.csv
varconst 2c5a548b53 [libc++][ranges][NFC] Revamp the Ranges status page
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
2022-11-29 14:40:35 -08:00

923 B

1StandardAlgorithmAssigneeCLStatus
2C++20all C++20 algorithmsN/AN/A
3C++23`find_last <https://wg21.link/P1223R5>`_UnassignedNo patch yetNot started
4C++23`find_last_if <https://wg21.link/P1223R5>`_UnassignedNo patch yetNot started
5C++23`find_last_if_not <https://wg21.link/P1223R5>`_UnassignedNo patch yetNot started
6C++23`starts_with <https://wg21.link/P1659R3>`_UnassignedNo patch yetNot started
7C++23`ends_with <https://wg21.link/P1659R3>`_UnassignedNo patch yetNot started
8C++23`shift_left <https://wg21.link/p2440r1>`_UnassignedNo patch yetNot started
9C++23`shift_right <https://wg21.link/p2440r1>`_UnassignedNo patch yetNot started
10C++23`iota (algorithm) <https://wg21.link/p2440r1>`_UnassignedNo patch yetNot started
11C++23`fold <https://wg21.link/p2322r5>`_UnassignedNo patch yetNot started
12C++23`contains <https://wg21.link/p2302r2>`_UnassignedNo patch yetNot started