[Bug libstdc++/13631] Problems in messages
mrsam at courier-mta dot com
gcc-bugzilla@gcc.gnu.org
Sun Jun 14 14:55:00 GMT 2009
------- Comment #11 from mrsam at courier-mta dot com 2009-06-14 14:54 -------
The first part of this bug can be solved by using dcgettext(). do_open() needs
to save the text domain in the std::messages object, and do_get() needs to use
it to invoke dgettext(). The patch appears to be straightforward.
I have no idea about the second part of this bug.
--
mrsam at courier-mta dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrsam at courier-mta dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13631
More information about the Gcc-bugs
mailing list