Title
Typo in time_get facet in table 52
Status
cd1
Section
[locale.category]
Submitter
Tiki Wan

Created on 2001-07-06.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-21.18:28:33

[ Redmond: Very minor change in proposed resolution. Original had a typo, wchart instead of wchar_t. ]

Date: 2010-10-21.18:28:33

Proposed resolution:

In table 52, required instantiations, in [locale.category], change

    time_get<wchar_t, OutputIterator>
    time_get_byname<wchar_t, OutputIterator>

to

    time_get<wchar_t, InputIterator>
    time_get_byname<wchar_t, InputIterator>
Date: 2001-07-06.00:00:00

The wchar_t versions of time_get and time_get_byname are listed incorrectly in table 52, required instantiations. In both cases the second template parameter is given as OutputIterator. It should instead be InputIterator, since these are input facets.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2246
2010-10-21 18:28:33adminsetmessages: + msg2245
2001-07-06 00:00:00admincreate