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.

24. "do_convert" doesn't exist

Section: 30.4.2.5 [locale.codecvt] Status: TC1 Submitter: Nathan Myers Opened: 1998-08-06 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [locale.codecvt].

View all issues with TC1 status.

Duplicate of: 72

Discussion:

The description of codecvt<>::do_out and do_in mentions a symbol "do_convert" which is not defined in the standard. This is a leftover from an edit, and should be "do_in and do_out".

Proposed resolution:

In 30.4.2.5 [locale.codecvt], paragraph 3, change "do_convert" to "do_in or do_out". Also, in 30.4.2.5.3 [locale.codecvt.virtuals], change "do_convert()" to "do_in or do_out".