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
294294C++2c Feature Support
295295^^^^^^^^^^^^^^^^^^^^^
296296
297- - Add ``__builtin_is_implicit_lifetime `` intrinsic, which supports
298- `P2647R1 A trait for implicit lifetime types <https://wg21.link/p2674r1 >`_
299-
300297- Add ``__builtin_is_virtual_base_of `` intrinsic, which supports
301298 `P2985R0 A type trait for detecting virtual base classes <https://wg21.link/p2985r0 >`_
302299
@@ -318,6 +315,9 @@ C++23 Feature Support
318315
319316- ``__cpp_explicit_this_parameter `` is now defined. (#GH82780)
320317
318+ - Add ``__builtin_is_implicit_lifetime `` intrinsic, which supports
319+ `P2674R1 A trait for implicit lifetime types <https://wg21.link/p2674r1 >`_
320+
321321- Add support for `P2280R4 Using unknown pointers and references in constant expressions <https://wg21.link/P2280R4 >`_. (#GH63139)
322322
323323C++20 Feature Support
You can’t perform that action at this time.
0 commit comments