[patch-rfc] N2179: Exception Propagation in C++

Paolo Carlini paolo.carlini@oracle.com
Fri Jul 18 16:00:00 GMT 2008


Hi,

I have a quick comment (but certainly a thorough review is needed): you are adding quite a few lines - also including non-"uglified" names - to <exception> but only a few bits are wrapped in __GXX_EXPERIMENTAL_CXX0X__. That can't be right. Anything having to do with exception_ptr & co can only exist only when -std=c++0x is passed on the command line.

Paolo. 



More information about the Libstdc++ mailing list