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.