[Bug c++/55842] C++11 ICE with boost multi-precision and boost variant

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 1 18:31:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55842

--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> 2013-01-01 18:30:52 UTC ---
template <class=void> struct number {
  number() noexcept(noexcept(0)) { }
};
const int z=__has_nothrow_constructor(number<>);



More information about the Gcc-bugs mailing list