This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC 1/2] libstdc++: Use _GLIBCXX_NOEXCEPT for codecvt.
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Rüdiger Sonderfeld <ruediger at c-plusplus dot de>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 25 Apr 2014 23:16:38 +0100
- Subject: Re: [RFC 1/2] libstdc++: Use _GLIBCXX_NOEXCEPT for codecvt.
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1398460425 dot git dot ruediger at c-plusplus dot de> <3635172 dot LrlaRO1BvZ at descartes>
On 25/04/14 23:45 +0200, Rüdiger Sonderfeld wrote:
C++11 changed from throw() to noexcept.
This patch is wrong, it removes the exception specs in C++03 mode.
The _GLIBCXX_USE_NOEXCEPT macro would be correct.