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] | |
Paolo Carlini wrote: [...]
Ah, now I see! You mean, when the library itself is built (libsupc++, in particular), _EXCEPTION_NEUTRAL is defined. Then, when the headers are included, _EXCEPTION_NEUTRAL is *not* defined, and, depending on __EXCEPTIONS the appropriate definition is used.
I like the idea.
Maybe I have a concern, however: I think people are also using libsupc++ *alone*, without the rest of the libstdc++ library, I'm not sure what we should do in that case...
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |