Title
typos in Effects clause of ctype::do_narrow()
Status
tc1
Section
[locale.ctype.virtuals]
Submitter
Judy Ward

Created on 1998-12-15.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In Section [locale.ctype.virtuals] change:

   do_widen(do_narrow(c),0) == c

to:

   do_widen(do_narrow(c,0)) == c

and change:

   (is(M,c) || !ctc.is(M, do_narrow(c),dfault) )

to:

   (is(M,c) || !ctc.is(M, do_narrow(c,dfault)) )
Date: 1998-12-15.00:00:00

Typos in 22.2.1.1.2 need to be fixed.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1351
1998-12-15 00:00:00admincreate