This starts implementing P0533 Reviewed By: Mordante, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D140277
12 KiB
12 KiB
| 1 | Paper # | Group | Paper Name | Meeting | Status | First released version | Labels |
|---|---|---|---|---|---|---|---|
| 2 | `P2017R1 <https://wg21.link/P2017R1>`__ | LWG | Conditionally borrowed ranges | February 2021 | |ranges| | ||
| 3 | `P2259R1 <https://wg21.link/P2259R1>`__ | LWG | Repairing input range adaptors and counted_iterator | February 2021 | |ranges| | ||
| 4 | `P1425R4 <https://wg21.link/P1425R4>`__ | LWG | Iterators pair constructors for stack and queue | June 2021 | |Complete| | 14.0 | |ranges| |
| 5 | `P1659R3 <https://wg21.link/P1659R3>`__ | LWG | starts_with and ends_with | June 2021 | |ranges| | ||
| 6 | `P1989R2 <https://wg21.link/P1989R2>`__ | LWG | Range constructor for std::string_view | June 2021 | |Complete| | 14.0 | |ranges| |
| 7 | `P2321R2 <https://wg21.link/P2321R2>`__ | LWG | ``zip`` | October 2021 | |In Progress| | |ranges| | |
| 8 | `P1206R7 <https://wg21.link/P1206R7>`__ | LWG | ``ranges::to``: A function to convert any range to a container | February 2022 | |ranges| | ||
| 9 | `P2387R3 <https://wg21.link/P2387R3>`__ | LWG | Pipe support for user-defined range adaptors | February 2022 | |ranges| | ||
| 10 | `P2440R1 <https://wg21.link/P2440R1>`__ | LWG | ``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right`` | February 2022 | |ranges| | ||
| 11 | `P2441R2 <https://wg21.link/P2441R2>`__ | LWG | ``views::join_with`` | February 2022 | |ranges| | ||
| 12 | `P2442R1 <https://wg21.link/P2442R1>`__ | LWG | Windowing range adaptors: ``views::chunk`` and ``views::slide`` | February 2022 | |ranges| | ||
| 13 | `P2443R1 <https://wg21.link/P2443R1>`__ | LWG | ``views::chunk_by`` | February 2022 | |ranges| | ||
| 14 | `P1223R5 <https://wg21.link/P1223R5>`__ | LWG | ``ranges::find_last()``, ``ranges::find_last_if()``, and ``ranges::find_last_if_not()`` | July 2022 | |ranges| | ||
| 15 | `P1899R3 <https://wg21.link/P1899R3>`__ | LWG | ``stride_view`` | July 2022 | |ranges| | ||
| 16 | `P2278R4 <https://wg21.link/P2278R4>`__ | LWG | ``cbegin`` should always return a constant iterator | July 2022 | |ranges| | ||
| 17 | `P2286R8 <https://wg21.link/P2286R8>`__ | LWG | Formatting Ranges | July 2022 | |Partial| | |format| |ranges| | |
| 18 | `P2302R4 <https://wg21.link/P2302R4>`__ | LWG | ``std::ranges::contains`` | July 2022 | |ranges| | ||
| 19 | `P2322R6 <https://wg21.link/P2322R6>`__ | LWG | ``ranges::fold`` | July 2022 | |ranges| | ||
| 20 | `P2374R4 <https://wg21.link/P2374R4>`__ | LWG | ``views::cartesian_product`` | July 2022 | |ranges| | ||
| 21 | `P2408R5 <https://wg21.link/P2408R5>`__ | LWG | Ranges iterators as inputs to non-Ranges algorithms | July 2022 | |ranges| | ||
| 22 | `P2446R2 <https://wg21.link/P2446R2>`__ | LWG | ``views::as_rvalue`` | July 2022 | |ranges| | ||
| 23 | `P2474R2 <https://wg21.link/P2474R2>`__ | LWG | ``views::repeat`` | July 2022 | |ranges| | ||
| 24 | `P2494R2 <https://wg21.link/P2494R2>`__ | LWG | Relaxing range adaptors to allow for move only types | July 2022 | |ranges| | ||
| 25 | `P2499R0 <https://wg21.link/P2499R0>`__ | LWG | ``string_view`` range constructor should be ``explicit`` | July 2022 | |Complete| | 16.0 | |ranges| |
| 26 | `P2502R2 <https://wg21.link/P2502R2>`__ | LWG | ``std::generator``: Synchronous Coroutine Generator for Ranges | July 2022 | |ranges| | ||
| 27 | `P2520R0 <https://wg21.link/P2520R0>`__ | LWG | ``move_iterator`` should be a random access iterator | July 2022 | |ranges| | ||
| 28 | `P2540R1 <https://wg21.link/P2540R1>`__ | LWG | Empty Product for certain Views | July 2022 | |ranges| | ||
| 29 | `P1202R5 <https://wg21.link/P1202R5>`__ | LWG | Asymmetric Fences | November 2022 | |concurrency TS| | ||
| 30 | `P1264R2 <https://wg21.link/P1264R2>`__ | LWG | Revising the wording of ``stream`` input operations | November 2022 | |Complete| | 9.0 | |
| 31 | `P1478R8 <https://wg21.link/P1478R8>`__ | LWG | ``Byte-wise`` ``atomic`` ``memcpy`` | November 2022 | |concurrency TS| | ||
| 32 | `P2167R3 <https://wg21.link/P2167R3>`__ | LWG | Improved Proposed Wording for LWG 2114 | November 2022 | |||
| 33 | `P2396R1 <https://wg21.link/P2396R1>`__ | LWG | Concurrency TS 2 fixes | November 2022 | |concurrency TS| | ||
| 34 | `P2505R5 <https://wg21.link/P2505R5>`__ | LWG | Monadic Functions for ``std::expected`` | November 2022 | |||
| 35 | `P2539R4 <https://wg21.link/P2539R4>`__ | LWG | Should the output of ``std::print`` to a terminal be synchronized with the underlying stream? | November 2022 | |format| | ||
| 36 | `P2602R2 <https://wg21.link/P2602R2>`__ | LWG | Poison Pills are Too Toxic | November 2022 | |ranges| | ||
| 37 | `P2708R1 <https://wg21.link/P2708R1>`__ | LWG | No Further Fundamentals TSes | November 2022 | |Nothing to do| |