Title
Garbled text for codecvt::do_max_length
Status
tc1
Section
[locale.codecvt]
Submitter
Matt Austern

Created on 1998-09-08.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Replace [locale.codecvt.virtuals] paragraph 11 with the following:

Returns: The maximum value that do_length(state, from, from_end, 1) can return for any valid range [from, from_end) and stateT value state. The specialization codecvt<char, char, mbstate_t>::do_max_length() returns 1.

Date: 1998-09-08.00:00:00

The text of codecvt::do_max_length's "Returns" clause (22.2.1.5.2, paragraph 11) is garbled. It has unbalanced parentheses and a spurious n.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg170
1998-09-08 00:00:00admincreate