https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124096

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Shouldn't that depend also on
&& _GLIBCXX_USE_BUILTIN_TRAIT(__builtin_is_consteval_only)
?  I mean that is the guard currently used in <type_traits> for the trait.
Admittedly we'll need further changes when some other compiler defines
__cpp_impl_reflection >= 202506L and we'd want to support it in libstdc++, it
will depend on how close or far the compiler vs. headers interface will be from
the GCC model.

Reply via email to