[Bug c++/85386] ICE when applying noexcept operator to default constructor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85386 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|
[Bug c++/85386] ICE when applying noexcept operator to default constructor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85386 --- Comment #1 from andysem at mail dot ru --- Apparently, the is_nothrow_default_constructible workaround doesn't work reliably either, at least not in the full code base from which this testcase was reduced.