This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/50244] New: wcstold not available for C++0x


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]