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++


Hi,

> I went with a variant of this.

Unfortunately, I don't think it can work. What happens if the usercode (in c++98 mode, of course) does:

#define exception_prt 1
#include <exception>

?? Apparently, you still have "unuglified" names, non reserved in c++98, in <exception>.

Paolo.


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