[patch-rfc] N2179: Exception Propagation in C++
Paolo Carlini
paolo.carlini@oracle.com
Fri Jul 18 17:58:00 GMT 2008
> Is __GXX_EXPERIMENTAL_CXX0X__ defined during the compilation
> of libsupc++ itself?
At the moment is not defined, because there are no reasons to do that. Maybe you want to arrange things in such a way that it can be safely defined. For sure, however, when the user normally includes <exception> in its source without afterwards passing -std=c++0x, he doesn't want to see in std:: anything having to do with exception_ptr and more generally the C++0x features specified in N2179...
Paolo.
More information about the Libstdc++
mailing list