This page is a snapshot from the LWG issues list, see theLibrary Active Issues List for more information and the meaning ofTC1 status.
Section: 28.3.4.2.3[locale.ctype.byname]Status:TC1Submitter: Judy WardOpened: 1998-12-15Last modified: 2016-01-28
Priority:Not Prioritized
View all otherissues in [locale.ctype.byname].
View all issues withTC1 status.
Discussion:
In Section 28.3.4.2.3[locale.ctype.byname]ctype_byname<charT>::do_scan_is() and do_scan_not() are declaredto return a const char* not a const charT*.
Proposed resolution:
Change Section 28.3.4.2.3[locale.ctype.byname]do_scan_is() anddo_scan_not() to return a constcharT*.