Created on 2001-07-06.00:00:00 last changed 184 months ago
[ Redmond: Very minor change in proposed resolution. Original had a typo, wchart instead of wchar_t. ]
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>
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:33 | admin | set | messages: + msg2246 |
| 2010-10-21 18:28:33 | admin | set | messages: + msg2245 |
| 2001-07-06 00:00:00 | admin | create | |