[Bug libstdc++/14071] New: locale::global doesn't always call setlocale
peturr02 at ru dot is
gcc-bugzilla@gcc.gnu.org
Sun Feb 8 13:51:00 GMT 2004
locale::global(loc) should call setlocale(LC_ALL, loc.name().c_str()) if
loc is a named locale, but it fails to do so if loc is the result of
combining two named locales with the constructor
locale(const locale&, const locale&, locale::category).
--
Summary: locale::global doesn't always call setlocale
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=14071
More information about the Gcc-bugs
mailing list