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


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.


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