This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52562] [C++11] Most type_info functions not noexcept
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 12 Mar 2012 13:50:05 +0000
- Subject: [Bug libstdc++/52562] [C++11] Most type_info functions not noexcept
- Auto-submitted: auto-generated
- References: <bug-52562-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52562
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-12 13:50:05 UTC ---
Uhm, too much has to be tweaked elsewhere if the destructor is marked noexcept.
Let's leave it alone for now (c++/50043 will reconsider the issue).