This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

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


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. 


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