Title
Codecvt_byname<> instantiations
Status
tc1
Section
[locale.category]
Submitter
Nathan Myers

Created on 1998-08-06.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Add in [locale.category] to the table captioned "Required instantiations", in the category "ctype" the lines

codecvt_byname<char,char,mbstate_t>,
codecvt_byname<wchar_t,char,mbstate_t> 
Date: 1998-08-06.00:00:00

In the second table in the section, captioned "Required instantiations", the instantiations for codecvt_byname<> have been omitted. These are necessary to allow users to construct a locale by name from facets.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg48
1998-08-06 00:00:00admincreate