This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/85155] Suboptimal error messages when using noexcept(false) on defaulted dtor


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
GCC's behaviour is correct by the resolution of https://wg21.link/cwg1778 but
apparently that rule causes problems. Maybe Clang doesn't support it yet.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]