[Bug c++/79400] [7 Regression] Confusing 'noexcept' suggestion on throw (X)

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 7 08:54:00 GMT 2017


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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Maybe it should suggests

  Foo(int) noexcept(false);

but that's the same as omitting the exception specification?


More information about the Gcc-bugs mailing list