This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of TC1 status.

124. ctype_byname<charT>::do_scan_is & do_scan_not return type should be const charT*

Section: 30.4.2.3 [locale.ctype.byname] Status: TC1 Submitter: Judy Ward Opened: 1998-12-15 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [locale.ctype.byname].

View all issues with TC1 status.

Discussion:

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

Proposed resolution:

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