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:43:35 +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 #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-12 13:43:35 UTC ---
Do I understand correctly that in N3291 the destructor lost the explicit
noexcept simply because of core/1123? In that case I think that in GCC we
should mark it temporarily noexcept and then remove it in mainline when
c++/50043 will be addressed (I mean to work on it over the next weeks).
4_7-branch will not change anymore.