http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59526
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2014-02-09 Ever confirmed|0 |1 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Trunk doesn't give the same errors, but fails two of the assertions: n.cc:30:1: error: static assertion failed: static_assert(std::is_nothrow_constructible<X>::value, ""); ^ n.cc:31:1: error: static assertion failed: static_assert(std::is_nothrow_move_assignable<X>::value, ""); ^