[Bug c++/60396] New: Missing time_get<>::get() functions
lcarreon at bigpond dot net.au
gcc-bugzilla@gcc.gnu.org
Sun Mar 2 23:19:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60396
Bug ID: 60396
Summary: Missing time_get<>::get() functions
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: lcarreon at bigpond dot net.au
According to the ISO 14882:2011 standard, the time_get<> facet has two
additional get() functions. I have checked locale_facets_nonio.h where
time_get<> is declared and the 2 get() functions do not appear there.
More information about the Gcc-bugs
mailing list