Title
Incorrect description of operator >> for strings
Status
tc1
Section
[string.io]
Submitter
Nico Josuttis

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

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [string.io] paragraph 1 Effects clause replace:

isspace(c,getloc()) is true for the next available input character c.

with:

isspace(c,is.getloc()) is true for the next available input character c.

Date: 1998-09-29.00:00:00

The effect of operator >> for strings contain the following item:

    isspace(c,getloc()) is true for the next available input character c.

Here getloc() has to be replaced by is.getloc().

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