This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50244] New: wcstold not available for C++0x
- From: "lcid-fire at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Aug 2011 22:45:27 +0000
- Subject: [Bug c++/50244] New: wcstold not available for C++0x
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50244
Bug #: 50244
Summary: wcstold not available for C++0x
Classification: Unclassified
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: lcid-fire@gmx.net
When trying to include <string> and compiling with -std=gnu++0x I get loads of
messages that wcstold is not defined.
When looking at the system headers it seems that wcstol* are only added for
GNU99 mode.