Title
ctype_byname<charT>::do_scan_is & do_scan_not return type should be const charT*
Status
tc1
Section
[locale.ctype.byname]
Submitter
Judy Ward

Created on 1998-12-15.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change Section [locale.ctype.byname] do_scan_is() and do_scan_not() to return a const charT*.

Date: 1998-12-15.00:00:00

In Section [locale.ctype.byname] ctype_byname<charT>::do_scan_is() and do_scan_not() are declared to return a const char* not a const charT*.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1276
1998-12-15 00:00:00admincreate