This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[c++0x] nested_exception
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 2 May 2009 14:32:26 +0100
- Subject: [c++0x] nested_exception
should nested_execption be defined as part of libsupc++ ?
It doesn't look like it needs to be in libsupc++, it uses
exception_ptr, but none of the cxa_ ABI features ... but currently for
it to be defined by including <exception> I think it has to be in
libsupc++, is that right?