llvm-project/libcxx/docs/Status/Cxx23Papers.csv
Hui d7a24d30f6
[libc++] Implement ranges::shift_right (#177847)
Implement the `ranges::shift_right` algorithm from
[P2440R1](https://wg21.link/P2440R1).

Fixes #134062
Fixes #105184
2026-02-14 17:34:44 +00:00

22 KiB
Raw Blame History

1Paper #Paper NameMeetingStatusFirst released versionGitHub issueNotes
2`P0881R7 <https://wg21.link/P0881R7>`__A Proposal to add stacktrace library2020-11 (Virtual)`#105131 <https://github.com/llvm/llvm-project/issues/105131>`__
3`P0943R6 <https://wg21.link/P0943R6>`__Support C atomics in C++2020-11 (Virtual)|Complete|15`#105132 <https://github.com/llvm/llvm-project/issues/105132>`__
4`P1048R1 <https://wg21.link/P1048R1>`__A proposal for a type trait to detect scoped enumerations2020-11 (Virtual)|Complete|12`#105134 <https://github.com/llvm/llvm-project/issues/105134>`__
5`P1679R3 <https://wg21.link/P1679R3>`__string contains function2020-11 (Virtual)|Complete|12`#105135 <https://github.com/llvm/llvm-project/issues/105135>`__
6
7`P1682R3 <https://wg21.link/P1682R3>`__std::to_underlying for enumerations2021-02 (Virtual)|Complete|13`#105136 <https://github.com/llvm/llvm-project/issues/105136>`__
8`P2017R1 <https://wg21.link/P2017R1>`__Conditionally borrowed ranges2021-02 (Virtual)|Complete|16`#105138 <https://github.com/llvm/llvm-project/issues/105138>`__
9`P2160R1 <https://wg21.link/P2160R1>`__Locks lock lockables2021-02 (Virtual)|Nothing To Do|`#105139 <https://github.com/llvm/llvm-project/issues/105139>`__
10`P2162R2 <https://wg21.link/P2162R2>`__Inheriting from std::variant2021-02 (Virtual)|Complete|13`#105140 <https://github.com/llvm/llvm-project/issues/105140>`__
11`P2212R2 <https://wg21.link/P2212R2>`__Relax Requirements for time_point::clock2021-02 (Virtual)|Nothing To Do|`#105141 <https://github.com/llvm/llvm-project/issues/105141>`__
12`P2259R1 <https://wg21.link/P2259R1>`__Repairing input range adaptors and counted_iterator2021-02 (Virtual)`#105142 <https://github.com/llvm/llvm-project/issues/105142>`__
13
14`P0401R6 <https://wg21.link/P0401R6>`__Providing size feedback in the Allocator interface2021-06 (Virtual)|Complete|15`#105144 <https://github.com/llvm/llvm-project/issues/105144>`__
15`P0448R4 <https://wg21.link/P0448R4>`__A strstream replacement using span<charT> as buffer2021-06 (Virtual)`#105145 <https://github.com/llvm/llvm-project/issues/105145>`__
16`P1132R8 <https://wg21.link/P1132R8>`__out_ptr - a scalable output pointer abstraction2021-06 (Virtual)|Complete|19`#105146 <https://github.com/llvm/llvm-project/issues/105146>`__
17`P1328R1 <https://wg21.link/P1328R1>`__Making std::type_info::operator== constexpr2021-06 (Virtual)|Complete|17`#105147 <https://github.com/llvm/llvm-project/issues/105147>`__
18`P1425R4 <https://wg21.link/P1425R4>`__Iterators pair constructors for stack and queue2021-06 (Virtual)|Complete|14`#105149 <https://github.com/llvm/llvm-project/issues/105149>`__
19`P1518R2 <https://wg21.link/P1518R2>`__Stop overconstraining allocators in container deduction guides2021-06 (Virtual)|Complete|13`#105150 <https://github.com/llvm/llvm-project/issues/105150>`__
20`P1659R3 <https://wg21.link/P1659R3>`__starts_with and ends_with2021-06 (Virtual)|Complete|19`#105151 <https://github.com/llvm/llvm-project/issues/105151>`__
21`P1951R1 <https://wg21.link/P1951R1>`__Default Arguments for pair Forwarding Constructor2021-06 (Virtual)|Complete|14`#105153 <https://github.com/llvm/llvm-project/issues/105153>`__
22`P1989R2 <https://wg21.link/P1989R2>`__Range constructor for std::string_view2021-06 (Virtual)|Complete|14`#105154 <https://github.com/llvm/llvm-project/issues/105154>`__
23`P2136R3 <https://wg21.link/P2136R3>`__invoke_r2021-06 (Virtual)|Complete|17`#105155 <https://github.com/llvm/llvm-project/issues/105155>`__
24`P2166R1 <https://wg21.link/P2166R1>`__A Proposal to Prohibit std::basic_string and std::basic_string_view construction from nullptr2021-06 (Virtual)|Complete|13`#105156 <https://github.com/llvm/llvm-project/issues/105156>`__
25
26`P0288R9 <https://wg21.link/P0288R9>`__``any_invocable``2021-10 (Virtual)`#105157 <https://github.com/llvm/llvm-project/issues/105157>`__
27`P0798R8 <https://wg21.link/P0798R8>`__Monadic operations for ``std::optional``2021-10 (Virtual)|Complete|14`#105158 <https://github.com/llvm/llvm-project/issues/105158>`__
28`P0849R8 <https://wg21.link/P0849R8>`__``auto(x)``: ``DECAY_COPY`` in the language2021-10 (Virtual)|Complete|14`#105159 <https://github.com/llvm/llvm-project/issues/105159>`__
29`P1072R10 <https://wg21.link/P1072R10>`__``basic_string::resize_and_overwrite``2021-10 (Virtual)|Complete|14`#105160 <https://github.com/llvm/llvm-project/issues/105160>`__
30`P1147R1 <https://wg21.link/P1147R1>`__Printing ``volatile`` Pointers2021-10 (Virtual)|Complete|14`#105161 <https://github.com/llvm/llvm-project/issues/105161>`__
31`P1272R4 <https://wg21.link/P1272R4>`__Byteswapping for fun&&nuf2021-10 (Virtual)|Complete|14`#105163 <https://github.com/llvm/llvm-project/issues/105163>`__
32`P1675R2 <https://wg21.link/P1675R2>`__``rethrow_exception`` must be allowed to copy2021-10 (Virtual)|Nothing To Do|`#105164 <https://github.com/llvm/llvm-project/issues/105164>`__
33`P2077R3 <https://wg21.link/P2077R3>`__Heterogeneous erasure overloads for associative containers2021-10 (Virtual)`#105165 <https://github.com/llvm/llvm-project/issues/105165>`__
34`P2251R1 <https://wg21.link/P2251R1>`__Require ``span`` & ``basic_string_view`` to be Trivially Copyable2021-10 (Virtual)|Complete|14`#105166 <https://github.com/llvm/llvm-project/issues/105166>`__
35`P2301R1 <https://wg21.link/P2301R1>`__Add a ``pmr`` alias for ``std::stacktrace``2021-10 (Virtual)`#105167 <https://github.com/llvm/llvm-project/issues/105167>`__
36`P2321R2 <https://wg21.link/P2321R2>`__``zip``2021-10 (Virtual)|Complete|22`#105169 <https://github.com/llvm/llvm-project/issues/105169>`__
37`P2340R1 <https://wg21.link/P2340R1>`__Clarifying the status of the 'C headers'2021-10 (Virtual)|Nothing To Do|`#105170 <https://github.com/llvm/llvm-project/issues/105170>`__
38`P2393R1 <https://wg21.link/P2393R1>`__Cleaning up ``integer``-class types2021-10 (Virtual)`#105171 <https://github.com/llvm/llvm-project/issues/105171>`__
39`P2401R0 <https://wg21.link/P2401R0>`__Add a conditional ``noexcept`` specification to ``std::exchange``2021-10 (Virtual)|Complete|14`#105172 <https://github.com/llvm/llvm-project/issues/105172>`__
40
41`P0323R12 <https://wg21.link/P0323R12>`__``std::expected``2022-02 (Virtual)|Complete|16`#105173 <https://github.com/llvm/llvm-project/issues/105173>`__
42`P0533R9 <https://wg21.link/P0533R9>`__``constexpr`` for ``<cmath>`` and ``<cstdlib>``2022-02 (Virtual)|In Progress|`#105174 <https://github.com/llvm/llvm-project/issues/105174>`__``isfinite``, ``isinf``, ``isnan`` and ``isnormal`` are implemented
43`P0627R6 <https://wg21.link/P0627R6>`__Function to mark unreachable code2022-02 (Virtual)|Complete|15`#105175 <https://github.com/llvm/llvm-project/issues/105175>`__
44`P1206R7 <https://wg21.link/P1206R7>`__``ranges::to``: A function to convert any range to a container2022-02 (Virtual)|Complete|17`#105176 <https://github.com/llvm/llvm-project/issues/105176>`__
45`P1413R3 <https://wg21.link/P1413R3>`__Deprecate ``std::aligned_storage`` and ``std::aligned_union``2022-02 (Virtual)|Complete|`#105177 <https://github.com/llvm/llvm-project/issues/105177>`__``std::aligned_storage_t`` and ``std::aligned_union_t`` are marked deprecated, but clang doesn't issue a diagnostic for deprecated using template declarations.
46`P2255R2 <https://wg21.link/P2255R2>`__A type trait to detect reference binding to temporary2022-02 (Virtual)|Partial|`#105180 <https://github.com/llvm/llvm-project/issues/105180>`__Implemented the type traits only.
47`P2273R3 <https://wg21.link/P2273R3>`__Making ``std::unique_ptr`` constexpr2022-02 (Virtual)|Complete|16`#105182 <https://github.com/llvm/llvm-project/issues/105182>`__
48`P2387R3 <https://wg21.link/P2387R3>`__Pipe support for user-defined range adaptors2022-02 (Virtual)|Complete|19`#105183 <https://github.com/llvm/llvm-project/issues/105183>`__
49`P2440R1 <https://wg21.link/P2440R1>`__``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right``2022-02 (Virtual)|Complete|23`#105184 <https://github.com/llvm/llvm-project/issues/105184>`__
50`P2441R2 <https://wg21.link/P2441R2>`__``views::join_with``2022-02 (Virtual)|Complete|21`#105185 <https://github.com/llvm/llvm-project/issues/105185>`__
51`P2442R1 <https://wg21.link/P2442R1>`__Windowing range adaptors: ``views::chunk`` and ``views::slide``2022-02 (Virtual)`#105187 <https://github.com/llvm/llvm-project/issues/105187>`__
52`P2443R1 <https://wg21.link/P2443R1>`__``views::chunk_by``2022-02 (Virtual)|Complete|18`#105188 <https://github.com/llvm/llvm-project/issues/105188>`__
53
54`P0009R18 <https://wg21.link/P0009R18>`__mdspan: A Non-Owning Multidimensional Array Reference2022-07 (Virtual)|Complete|18`#105189 <https://github.com/llvm/llvm-project/issues/105189>`__
55`P0429R9 <https://wg21.link/P0429R9>`__A Standard ``flat_map``2022-07 (Virtual)|Complete|20`#105190 <https://github.com/llvm/llvm-project/issues/105190>`__
56`P1169R4 <https://wg21.link/P1169R4>`__``static operator()``2022-07 (Virtual)|Complete|16`#105192 <https://github.com/llvm/llvm-project/issues/105192>`__
57`P1222R4 <https://wg21.link/P1222R4>`__A Standard ``flat_set``2022-07 (Virtual)|Complete|21`#105193 <https://github.com/llvm/llvm-project/issues/105193>`__
58`P1223R5 <https://wg21.link/P1223R5>`__``ranges::find_last()``, ``ranges::find_last_if()``, and ``ranges::find_last_if_not()``2022-07 (Virtual)|Complete|19`#105194 <https://github.com/llvm/llvm-project/issues/105194>`__
59`P1467R9 <https://wg21.link/P1467R9>`__Extended ``floating-point`` types and standard names2022-07 (Virtual)`#105196 <https://github.com/llvm/llvm-project/issues/105196>`__
60`P1642R11 <https://wg21.link/P1642R11>`__Freestanding ``[utilities]``, ``[ranges]``, and ``[iterators]``2022-07 (Virtual)`#105197 <https://github.com/llvm/llvm-project/issues/105197>`__
61`P1899R3 <https://wg21.link/P1899R3>`__``stride_view``2022-07 (Virtual)`#105198 <https://github.com/llvm/llvm-project/issues/105198>`__
62`P2093R14 <https://wg21.link/P2093R14>`__Formatted output2022-07 (Virtual)|Complete|18`#105199 <https://github.com/llvm/llvm-project/issues/105199>`__
63`P2165R4 <https://wg21.link/P2165R4>`__Compatibility between ``tuple``, ``pair`` and ``tuple-like`` objects2022-07 (Virtual)|Partial|`#105200 <https://github.com/llvm/llvm-project/issues/105200>`__Only the part for ``zip_view`` is implemented.
64`P2278R4 <https://wg21.link/P2278R4>`__``cbegin`` should always return a constant iterator2022-07 (Virtual)`#105201 <https://github.com/llvm/llvm-project/issues/105201>`__
65`P2286R8 <https://wg21.link/P2286R8>`__Formatting Ranges2022-07 (Virtual)|Complete|16`#105202 <https://github.com/llvm/llvm-project/issues/105202>`__
66`P2291R3 <https://wg21.link/P2291R3>`__Add Constexpr Modifiers to Functions ``to_chars`` and ``from_chars`` for Integral Types in ``<charconv>`` Header2022-07 (Virtual)|Complete|16`#105204 <https://github.com/llvm/llvm-project/issues/105204>`__
67`P2302R4 <https://wg21.link/P2302R4>`__``std::ranges::contains``2022-07 (Virtual)|Complete|19`#105206 <https://github.com/llvm/llvm-project/issues/105206>`__
68`P2322R6 <https://wg21.link/P2322R6>`__``ranges::fold``2022-07 (Virtual)`#105208 <https://github.com/llvm/llvm-project/issues/105208>`__
69`P2374R4 <https://wg21.link/P2374R4>`__``views::cartesian_product``2022-07 (Virtual)`#105209 <https://github.com/llvm/llvm-project/issues/105209>`__
70`P2404R3 <https://wg21.link/P2404R3>`__Move-only types for ``equality_comparable_with``, ``totally_ordered_with``, and ``three_way_comparable_with``2022-07 (Virtual)|Complete|22`#105210 <https://github.com/llvm/llvm-project/issues/105210>`__Implemented as a DR in C++20.
71`P2408R5 <https://wg21.link/P2408R5>`__Ranges iterators as inputs to non-Ranges algorithms2022-07 (Virtual)`#105211 <https://github.com/llvm/llvm-project/issues/105211>`__
72`P2417R2 <https://wg21.link/P2417R2>`__A more ``constexpr`` ``bitset``2022-07 (Virtual)|Complete|16`#105212 <https://github.com/llvm/llvm-project/issues/105212>`__
73`P2419R2 <https://wg21.link/P2419R2>`__Clarify handling of encodings in localized formatting of chrono types2022-07 (Virtual)`#105213 <https://github.com/llvm/llvm-project/issues/105213>`__
74`P2438R2 <https://wg21.link/P2438R2>`__``std::string::substr() &&``2022-07 (Virtual)|Complete|16`#105215 <https://github.com/llvm/llvm-project/issues/105215>`__
75`P2445R1 <https://wg21.link/P2445R1>`__``forward_like``2022-07 (Virtual)|Complete|16`#105216 <https://github.com/llvm/llvm-project/issues/105216>`__
76`P2446R2 <https://wg21.link/P2446R2>`__``views::as_rvalue``2022-07 (Virtual)|Complete|16`#105217 <https://github.com/llvm/llvm-project/issues/105217>`__
77`P2460R2 <https://wg21.link/P2460R2>`__Relax requirements on ``wchar_t`` to match existing practices2022-07 (Virtual)|Nothing To Do|`#105218 <https://github.com/llvm/llvm-project/issues/105218>`__
78`P2465R3 <https://wg21.link/P2465R3>`__Standard Library Modules ``std`` and ``std.compat``2022-07 (Virtual)|Complete|19`#105219 <https://github.com/llvm/llvm-project/issues/105219>`__
79`P2467R1 <https://wg21.link/P2467R1>`__Support exclusive mode for ``fstreams``2022-07 (Virtual)|Complete|18`#105221 <https://github.com/llvm/llvm-project/issues/105221>`__
80`P2474R2 <https://wg21.link/P2474R2>`__``views::repeat``2022-07 (Virtual)|Complete|17`#105222 <https://github.com/llvm/llvm-project/issues/105222>`__
81`P2494R2 <https://wg21.link/P2494R2>`__Relaxing range adaptors to allow for move only types2022-07 (Virtual)|Complete|17`#105224 <https://github.com/llvm/llvm-project/issues/105224>`__
82`P2499R0 <https://wg21.link/P2499R0>`__``string_view`` range constructor should be ``explicit``2022-07 (Virtual)|Complete|16`#105225 <https://github.com/llvm/llvm-project/issues/105225>`__
83`P2502R2 <https://wg21.link/P2502R2>`__``std::generator``: Synchronous Coroutine Generator for Ranges2022-07 (Virtual)`#105226 <https://github.com/llvm/llvm-project/issues/105226>`__
84`P2508R1 <https://wg21.link/P2508R1>`__Exposing ``std::basic-format-string``2022-07 (Virtual)|Complete|15`#105227 <https://github.com/llvm/llvm-project/issues/105227>`__
85`P2517R1 <https://wg21.link/P2517R1>`__Add a conditional ``noexcept`` specification to ``std::apply``2022-07 (Virtual)|Complete|3.9`#105229 <https://github.com/llvm/llvm-project/issues/105229>`__
86`P2520R0 <https://wg21.link/P2520R0>`__``move_iterator`` should be a random access iterator2022-07 (Virtual)|Complete|17`#105230 <https://github.com/llvm/llvm-project/issues/105230>`__Implemented as a DR in C++20
87`P2540R1 <https://wg21.link/P2540R1>`__Empty Product for certain Views2022-07 (Virtual)`#105231 <https://github.com/llvm/llvm-project/issues/105231>`__
88`P2549R1 <https://wg21.link/P2549R1>`__``std::unexpected`` should have ``error()`` as member accessor2022-07 (Virtual)|Complete|16`#105232 <https://github.com/llvm/llvm-project/issues/105232>`__
89`P2585R0 <https://wg21.link/P2585R0>`__Improving default container formatting2022-07 (Virtual)|Complete|17`#105233 <https://github.com/llvm/llvm-project/issues/105233>`__
90`P2590R2 <https://wg21.link/P2590R2>`__Explicit lifetime management2022-07 (Virtual)`#105234 <https://github.com/llvm/llvm-project/issues/105234>`__
91`P2599R2 <https://wg21.link/P2599R2>`__``mdspan::size_type`` should be ``index_type``2022-07 (Virtual)|Complete|18`#105235 <https://github.com/llvm/llvm-project/issues/105235>`__
92`P2604R0 <https://wg21.link/P2604R0>`__mdspan: rename pointer and contiguous2022-07 (Virtual)|Complete|18`#105236 <https://github.com/llvm/llvm-project/issues/105236>`__
93`P2613R1 <https://wg21.link/P2613R1>`__Add the missing ``empty`` to ``mdspan``2022-07 (Virtual)|Complete|18`#105237 <https://github.com/llvm/llvm-project/issues/105237>`__
94
95`P1202R5 <https://wg21.link/P1202R5>`__Asymmetric Fences2022-11 (Kona)`#105238 <https://github.com/llvm/llvm-project/issues/105238>`__
96`P1264R2 <https://wg21.link/P1264R2>`__Revising the wording of ``stream`` input operations2022-11 (Kona)|Complete|9`#105239 <https://github.com/llvm/llvm-project/issues/105239>`__
97`P1478R8 <https://wg21.link/P1478R8>`__``Byte-wise`` ``atomic`` ``memcpy``2022-11 (Kona)`#105240 <https://github.com/llvm/llvm-project/issues/105240>`__
98`P2167R3 <https://wg21.link/P2167R3>`__Improved Proposed Wording for LWG 21142022-11 (Kona)|Complete|20`#105241 <https://github.com/llvm/llvm-project/issues/105241>`__The `[cmp.alg] <https://eel.is/c++draft/cmp.alg>`__ part is implemented as a DR against C++20. MSVC STL does the same. Other parts are Nothing To Do.
99`P2396R1 <https://wg21.link/P2396R1>`__Concurrency TS 2 fixes 2022-11 (Kona)`#105242 <https://github.com/llvm/llvm-project/issues/105242>`__
100`P2505R5 <https://wg21.link/P2505R5>`__Monadic Functions for ``std::expected``2022-11 (Kona)|Complete|17`#105243 <https://github.com/llvm/llvm-project/issues/105243>`__
101`P2539R4 <https://wg21.link/P2539R4>`__Should the output of ``std::print`` to a terminal be synchronized with the underlying stream?2022-11 (Kona)|Complete|18`#105245 <https://github.com/llvm/llvm-project/issues/105245>`__
102`P2602R2 <https://wg21.link/P2602R2>`__Poison Pills are Too Toxic2022-11 (Kona)|Complete|19`#105246 <https://github.com/llvm/llvm-project/issues/105246>`__Implemented as a DR in C++20.
103`P2708R1 <https://wg21.link/P2708R1>`__No Further Fundamentals TSes2022-11 (Kona)|Nothing To Do|`#105247 <https://github.com/llvm/llvm-project/issues/105247>`__
104
105`P0290R4 <https://wg21.link/P0290R4>`__``apply()`` for ``synchronized_value<T>``2023-02 (Issaquah)`#105249 <https://github.com/llvm/llvm-project/issues/105249>`__
106`P2770R0 <https://wg21.link/P2770R0>`__Stashing stashing ``iterators`` for proper flattening2023-02 (Issaquah)|Complete|21`#105250 <https://github.com/llvm/llvm-project/issues/105250>`__
107`P2164R9 <https://wg21.link/P2164R9>`__``views::enumerate``2023-02 (Issaquah)`#105251 <https://github.com/llvm/llvm-project/issues/105251>`__
108`P2711R1 <https://wg21.link/P2711R1>`__Making multi-param constructors of ``views`` ``explicit``2023-02 (Issaquah)|Complete|21`#105252 <https://github.com/llvm/llvm-project/issues/105252>`__
109`P2609R3 <https://wg21.link/P2609R3>`__Relaxing Ranges Just A Smidge2023-02 (Issaquah)|Complete|20`#105253 <https://github.com/llvm/llvm-project/issues/105253>`__Implemented as a DR in C++20. Other implementations will do the same.
110`P2713R1 <https://wg21.link/P2713R1>`__Escaping improvements in ``std::format``2023-02 (Issaquah)|Complete|19`#105254 <https://github.com/llvm/llvm-project/issues/105254>`__
111`P2675R1 <https://wg21.link/P2675R1>`__``format``'s width estimation is too approximate and not forward compatible2023-02 (Issaquah)|Complete|17`#105255 <https://github.com/llvm/llvm-project/issues/105255>`__
112`P2572R1 <https://wg21.link/P2572R1>`__``std::format`` fill character allowances2023-02 (Issaquah)|Complete|17`#105256 <https://github.com/llvm/llvm-project/issues/105256>`__
113`P2693R1 <https://wg21.link/P2693R1>`__Formatting ``thread::id`` and ``stacktrace``2023-02 (Issaquah)|Partial|`#105257 <https://github.com/llvm/llvm-project/issues/105257>`__The formatter for ``stacktrace`` is not implemented, since ``stacktrace`` is not implemented yet
114`P2679R2 <https://wg21.link/P2679R2>`__Fixing ``std::start_lifetime_as`` for arrays2023-02 (Issaquah)`#105258 <https://github.com/llvm/llvm-project/issues/105258>`__
115`P2674R1 <https://wg21.link/P2674R1>`__A trait for implicit lifetime types2023-02 (Issaquah)|Complete|20`#105259 <https://github.com/llvm/llvm-project/issues/105259>`__
116`P2655R3 <https://wg21.link/P2655R3>`__``common_reference_t`` of ``reference_wrapper`` Should Be a Reference Type2023-02 (Issaquah)|Complete|21`#105260 <https://github.com/llvm/llvm-project/issues/105260>`__The paper is implemented as a DR to C++20
117`P2652R2 <https://wg21.link/P2652R2>`__Disallow User Specialization of ``allocator_traits``2023-02 (Issaquah)|Complete|19`#105262 <https://github.com/llvm/llvm-project/issues/105262>`__
118`P2787R1 <https://wg21.link/P2787R1>`__``pmr::generator`` - Promise Types are not Values2023-02 (Issaquah)`#105263 <https://github.com/llvm/llvm-project/issues/105263>`__
119`P2614R2 <https://wg21.link/P2614R2>`__Deprecate ``numeric_limits::has_denorm``2023-02 (Issaquah)|Complete|18`#105264 <https://github.com/llvm/llvm-project/issues/105264>`__
120`P2588R3 <https://wg21.link/P2588R3>`__``barrier``s phase completion guarantees2023-02 (Issaquah)`#105265 <https://github.com/llvm/llvm-project/issues/105265>`__
121`P2763R1 <https://wg21.link/P2763R1>`__``layout_stride`` static extents default constructor fix2023-02 (Issaquah)`#105266 <https://github.com/llvm/llvm-project/issues/105266>`__
122`P2736R2 <https://wg21.link/P2736R2>`__Referencing The Unicode Standard2023-02 (Issaquah)|Complete|19`#105267 <https://github.com/llvm/llvm-project/issues/105267>`__