Title
missing 'typename' in ctype_byname
Status
cd1
Section
[locale.ctype.byname]
Submitter
Bo Persson

Created on 2006-12-16.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

as this is a dependent type, it should obviously be

typedef typename ctype<charT>::mask   mask;
Date: 2006-12-16.00:00:00

Section 22.2.1.2 defines the ctype_byname class template. It contains the line

typedef ctype<charT>::mask   mask;
History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3226
2006-12-16 00:00:00admincreate