gettext markup of library sources

Gabriel Dos Reis gdr@integrable-solutions.net
Mon Apr 21 22:35:00 GMT 2003


Jonathan Lennox <lennox@cs.columbia.edu> writes:

| 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?

"Nobody knows what C++ programmers do" -- BS.

I believe it is not a good idea to take that second guess.

-- Gaby



More information about the Libstdc++ mailing list