gettext markup of library sources
Gabriel Dos Reis
gdr@integrable-solutions.net
Mon Apr 21 13:59:00 GMT 2003
Phil Edwards <phil@jaj.com> writes:
[...]
| Note that, as shown below, I'm /not/ proposing we actually use gettext()
| yet. That will require some configury magic, and is probably best left
| for post-3.3.
|
|
| Index: include/bits/c++config
| ===================================================================
[...]
| +#define gettext_noop(__msgid) (__msgid)
This is not right: It is hijacking user's name space.
-- Gaby
More information about the Libstdc++
mailing list