forked from OSchip/llvm-project
5.6 KiB
5.6 KiB
1 | Paper # | Group | Paper Name | Meeting | Status | First released version |
---|---|---|---|---|---|---|
2 | `P0881R7 <https://wg21.link/P0881R7>`__ | LWG | A Proposal to add stacktrace library | Autumn 2020 | ||
3 | `P0943R6 <https://wg21.link/P0943R6>`__ | LWG | Support C atomics in C++ | Autumn 2020 | ||
4 | `P1048R1 <https://wg21.link/P1048R1>`__ | LWG | A proposal for a type trait to detect scoped enumerations | Autumn 2020 | |Complete| | 12.0 |
5 | `P1679R3 <https://wg21.link/P1679R3>`__ | LWG | string contains function | Autumn 2020 | |Complete| | 12.0 |
6 | ||||||
7 | `P1682R3 <https://wg21.link/P1682R3>`__ | LWG | std::to_underlying for enumerations | February 2021 | |Complete| | 13.0 |
8 | `P2017R1 <https://wg21.link/P2017R1>`__ | LWG | Conditionally borrowed ranges | February 2021 | ||
9 | `P2160R1 <https://wg21.link/P2160R1>`__ | LWG | Locks lock lockables | February 2021 | ||
10 | `P2162R2 <https://wg21.link/P2162R2>`__ | LWG | Inheriting from std::variant | February 2021 | |Complete| | 13.0 |
11 | `P2212R2 <https://wg21.link/P2212R2>`__ | LWG | Relax Requirements for time_point::clock | February 2021 | ||
12 | `P2259R1 <https://wg21.link/P2259R1>`__ | LWG | Repairing input range adaptors and counted_iterator | February 2021 | ||
13 | ||||||
14 | `P0401R6 <https://wg21.link/P0401R6>`__ | LWG | Providing size feedback in the Allocator interface | June 2021 | ||
15 | `P0448R4 <https://wg21.link/P0448R4>`__ | LWG | A strstream replacement using span<charT> as buffer | June 2021 | ||
16 | `P1132R8 <https://wg21.link/P1132R8>`__ | LWG | out_ptr - a scalable output pointer abstraction | June 2021 | ||
17 | `P1328R1 <https://wg21.link/P1328R1>`__ | LWG | Making std::type_info::operator== constexpr | June 2021 | ||
18 | `P1425R4 <https://wg21.link/P1425R4>`__ | LWG | Iterators pair constructors for stack and queue | June 2021 | |Complete| | 14.0 |
19 | `P1518R2 <https://wg21.link/P1518R2>`__ | LWG | Stop overconstraining allocators in container deduction guides | June 2021 | |Complete| | 13.0 |
20 | `P1659R3 <https://wg21.link/P1659R3>`__ | LWG | starts_with and ends_with | June 2021 | ||
21 | `P1951R1 <https://wg21.link/P1951R1>`__ | LWG | Default Arguments for pair Forwarding Constructor | June 2021 | |Complete| | 14.0 |
22 | `P1989R2 <https://wg21.link/P1989R2>`__ | LWG | Range constructor for std::string_view | June 2021 | |Complete| | 14.0 |
23 | `P2136R3 <https://wg21.link/P2136R3>`__ | LWG | invoke_r | June 2021 | ||
24 | `P2166R1 <https://wg21.link/P2166R1>`__ | LWG | A Proposal to Prohibit std::basic_string and std::basic_string_view construction from nullptr | June 2021 | |Complete| | 13.0 |
25 | ||||||
26 | `P0288R9 <https://wg21.link/P0288R9>`__ | LWG | ``any_invocable`` | October 2021 | ||
27 | `P0798R8 <https://wg21.link/P0798R8>`__ | LWG | Monadic operations for ``std::optional`` | October 2021 | |Complete| | 14.0 |
28 | `P0849R8 <https://wg21.link/P0849R8>`__ | LWG | ``auto(x)``: ``DECAY_COPY`` in the language | October 2021 | |Complete| | 14.0 |
29 | `P1072R10 <https://wg21.link/P1072R10>`__ | LWG | ``basic_string::resize_and_overwrite`` | October 2021 | |Complete| | 14.0 |
30 | `P1147R1 <https://wg21.link/P1147R1>`__ | LWG | Printing ``volatile`` Pointers | October 2021 | |Complete| | 14.0 |
31 | `P1272R4 <https://wg21.link/P1272R4>`__ | LWG | Byteswapping for fun&&nuf | October 2021 | |Complete| | 14.0 |
32 | `P1675R2 <https://wg21.link/P1675R2>`__ | LWG | ``rethrow_exception`` must be allowed to copy | October 2021 | ||
33 | `P2077R3 <https://wg21.link/P2077R3>`__ | LWG | Heterogeneous erasure overloads for associative containers | October 2021 | ||
34 | `P2251R1 <https://wg21.link/P2251R1>`__ | LWG | Require ``span`` & ``basic_string_view`` to be Trivially Copyable | October 2021 | |Complete| | 14.0 |
35 | `P2301R1 <https://wg21.link/P2301R1>`__ | LWG | Add a ``pmr`` alias for ``std::stacktrace`` | October 2021 | ||
36 | `P2321R2 <https://wg21.link/P2321R2>`__ | LWG | ``zip`` | October 2021 | |In Progress| | |
37 | `P2340R1 <https://wg21.link/P2340R1>`__ | LWG | Clarifying the status of the 'C headers' | October 2021 | ||
38 | `P2393R1 <https://wg21.link/P2393R1>`__ | LWG | Cleaning up ``integer``-class types | October 2021 | ||
39 | `P2401R0 <https://wg21.link/P2401R0>`__ | LWG | Add a conditional ``noexcept`` specification to ``std::exchange`` | October 2021 | |Complete| | 14.0 |
40 | ||||||
41 | `P0323R12 <https://wg21.link/P0323R12>`__ | LWG | ``std::expected`` | February 2022 | ||
42 | `P0533R9 <https://wg21.link/P0533R9>`__ | LWG | ``constexpr`` for ``<cmath>`` and ``<cstdlib>`` | February 2022 | ||
43 | `P0627R6 <https://wg21.link/P0627R6>`__ | LWG | Function to mark unreachable code | February 2022 | |Complete| | 15.0 |
44 | `P1206R7 <https://wg21.link/P1206R7>`__ | LWG | ``ranges::to``: A function to convert any range to a container | February 2022 | ||
45 | `P1413R3 <https://wg21.link/P1413R3>`__ | LWG | Deprecate ``std::aligned_storage`` and ``std::aligned_union`` | February 2022 | ||
46 | `P2255R3 <https://wg21.link/P2255R3>`__ | LWG | A type trait to detect reference binding to temporary | February 2022 | ||
47 | `P2273R3 <https://wg21.link/P2273R3>`__ | LWG | Making ``std::unique_ptr`` constexpr | February 2022 | ||
48 | `P2387R3 <https://wg21.link/P2387R3>`__ | LWG | Pipe support for user-defined range adaptors | February 2022 | ||
49 | `P2440R1 <https://wg21.link/P2440R1>`__ | LWG | ``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right`` | February 2022 | ||
50 | `P2441R2 <https://wg21.link/P2441R2>`__ | LWG | ``views::join_view`` | February 2022 | ||
51 | `P2442R1 <https://wg21.link/P2442R1>`__ | LWG | Windowing range adaptors: ``views::chunk`` and ``views::slide`` | February 2022 | ||
52 | `P2443R1 <https://wg21.link/P2443R1>`__ | LWG | ``views::chunk_by`` | February 2022 | ||
53 |