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: verbose terminate_handler



> On further consideration, I think that it makes most sense to put
> current_exception_type in the ABI, and verbose_terminate_handler in
> libstdc++ somewhere.  But where?  More specifically, where should it be
> declared?

I'd think <exception>. However, you can't just inject this non-standard 
name into std. You'll have to at least mangle it to 
__verbose_terminate_handler.

We've got to start being very careful about what are extensions and what 
is standard: this is definitely not standard.

-benjamin


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