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

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Can't we make it
    static consteval source_location
    current(decltype (__builtin_source_location ()) __p
            = __builtin_source_location()) noexcept
?

Reply via email to