[c++0x] nested_exception
Jonathan Wakely
jwakely.gcc@gmail.com
Sun May 3 14:41:00 GMT 2009
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.
I used static_cast<Ex&&> instead of std::move, because std::move would
have meant including <bits/move.h> from libsupc++
Jon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nested.patch
Type: text/x-patch
Size: 15674 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20090503/778baa7d/attachment.bin>
More information about the Libstdc++
mailing list