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]

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


> This is what I had in mind. I don't see anything wrong with it.

If I didn't misunderstand, in that case you have all the declarations included (in uglified form) in c++98 mode, completely redundant. Also, since those are not templates, you need to wrap anyway in macros members using && and other c++0x constructs. I don't think I'm going to like this solution. All in all, I think that it would be better just compiling libsupc++ in c++0x mode, but please, for libstdc++-v3, try to follow my suggestion first.

Thanks,
Paolo.


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