[c++0x] nested_exception

Jonathan Wakely jwakely.gcc@gmail.com
Sat May 2 13:32:00 GMT 2009


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?



More information about the Libstdc++ mailing list