This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/15467] std::locale("") throws exception
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 May 2004 17:29:46 -0000
- Subject: [Bug libstdc++/15467] std::locale("") throws exception
- References: <20040515171937.15467.bryan@reigndropsfall.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-15 17:29 -------
This is a bug in glibc.
As libstdc++ just calls:
__cloc = __newlocale(1 << LC_ALL, __s, __old);
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15467