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 libstdc++/57976] New: Missing time_get<>::get() functions


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57976

            Bug ID: 57976
           Summary: Missing time_get<>::get() functions
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: lcarreon at bigpond dot net.au

The standard facet time_get<> is missing the get() functions.

According to the GCC 4.7 C++11 Implementation Status, Section 22.4.5.1 of the
standard library is completely implemented.  However, the time_get<>::get()
functions are missing therefore it isn't complete.


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