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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|noexcept operator does not  |noexcept operator accepts
                   |work properly when          |overload set when it should
                   |substitution required       |not

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC even accepts:
template<typename T> void g(){}
const bool a = noexcept(g);

Reply via email to