This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
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.