File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -294,9 +294,6 @@ C++ Language Changes
294
294
C++2c Feature Support
295
295
^^^^^^^^^^^^^^^^^^^^^
296
296
297
- - Add ``__builtin_is_implicit_lifetime `` intrinsic, which supports
298
- `P2647R1 A trait for implicit lifetime types <https://wg21.link/p2674r1 >`_
299
-
300
297
- Add ``__builtin_is_virtual_base_of `` intrinsic, which supports
301
298
`P2985R0 A type trait for detecting virtual base classes <https://wg21.link/p2985r0 >`_
302
299
@@ -318,6 +315,9 @@ C++23 Feature Support
318
315
319
316
- ``__cpp_explicit_this_parameter `` is now defined. (#GH82780)
320
317
318
+ - Add ``__builtin_is_implicit_lifetime `` intrinsic, which supports
319
+ `P2674R1 A trait for implicit lifetime types <https://wg21.link/p2674r1 >`_
320
+
321
321
- Add support for `P2280R4 Using unknown pointers and references in constant expressions <https://wg21.link/P2280R4 >`_. (#GH63139)
322
322
323
323
C++20 Feature Support
You can’t perform that action at this time.
0 commit comments