This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 1/2] libstdc++: Use _GLIBCXX_NOEXCEPT for codecvt.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]