This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
DR890 in system_error
- From: Ed Smith-Rowland <3dw4rd at verizon dot net>
- To: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 01 Aug 2009 08:32:44 -0400
- Subject: DR890 in system_error
Greetings.
I was looking at iostream_error and noticed that in the system_error
header the two functions that reslove DR890 are specified nothrow where
in the latest DR list (65 I think) they are not.
Is this a mistake or are implementations allowed to go the extra mile
and have additional throw guarantees?
Thanks,
Ed