This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]