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: gettext markup of library sources


Benjamin Kosnik writes:
> However, these __throw_* functions are just wrappers, so that
> -fno-exceptions can be used.  See src/functexcept.cc. That might be a
> better place to put this translation machinery, since we know that all
> exceptions go through this choke point already...

I imagine that the vast majority of exceptions never have their what()
strings requested.  Could the translation machinery go in
logic_error::what() / runtime_error::what() instead?

-- 
Jonathan Lennox
lennox at cs dot columbia dot edu


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