Title
ctype<char> members return clause incomplete
Status
dup
Section
[facet.ctype.char.members]
Submitter
Robert Klarer

Created on 1999-11-02.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

Subsumed by issue 153, which addresses the same paragraphs.

Duplicate: 153

Date: 2010-10-21.18:28:33

Proposed resolution:

Change the returns clause in [facet.ctype.char.members] paragraph 10 from:

    Returns: do_widen(low, high, to).

to:

    Returns: do_widen(c) or do_widen(low, high, to), respectively.

Change the returns clause in [facet.ctype.char.members] paragraph 11 from:

    Returns: do_narrow(low, high, to).

to:

    Returns: do_narrow(c) or do_narrow(low, high, to), respectively.

Date: 1999-11-02.00:00:00

The widen and narrow member functions are described in 22.2.1.3.2, paragraphs 9-11. In each case we have two overloaded signatures followed by a Returns clause. The Returns clause only describes one of the overloads.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1859
2010-10-21 18:28:33adminsetmessages: + msg1858
1999-11-02 00:00:00admincreate