gettext markup of library sources
Jonathan Lennox
lennox@cs.columbia.edu
Mon Apr 21 22:21:00 GMT 2003
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@cs.columbia.edu
More information about the Libstdc++
mailing list