[Bug libstdc++/13631] New: Problems in messages
peturr02 at ru dot is
gcc-bugzilla@gcc.gnu.org
Fri Jan 9 13:05:00 GMT 2004
The messages facet is broken.
1) The return values of the get member function depend on global state
as set by textdomain() (which is called from messages::do_open()). This
is forbidden by the resolution of DR 360.
2) messages<wchar_t> doesn't work at all (get() always returns the
empty string).
--
Summary: Problems in messages
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: peturr02 at ru dot is
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13631
More information about the Gcc-bugs
mailing list