This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [c++0x] nested_exception
Hi Jonathan,
> Here's a prototype implementation of std::nested_exception with some
> basic tests.
>
> The spec isn't finalised (see n2619 and LWG issue 819) so I'm not
> looking to check this in, just sharing it in case anyone has comments,
> improvements or spots any bugs.
>
The patch looks pretty good to me: since we are in Stage 1 and in any
case you are not adding any new exported symbols, I think it would make
sense to check in the patch as-is, or with small modifications, even if
the specs are not finalised. I would only suggest double checking for
overlong lines, that trivial functions are inline, and preparing a
ChangeLog entry.
Thanks!
Paolo.