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] | |
Unfortunately, I don't think it can work. What happens if the usercode (in c++98 mode, of course) does:Hmm, but there's no facility for renaming functions. And I need those declarations, because they have to be friends of exception_ptr.
#define exception_prt 1 #include <exception>
?? Apparently, you still have "unuglified" names, non reserved in c++98, in <exception>.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |