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?