[Bug c++/58859] throwing exceptions in destructors causes std::terminate called unnecessarily.
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Oct 24 06:05:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58859
--- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> ---
Try adding noexcept(false) on the destructor?
More information about the Gcc-bugs
mailing list