Created on 1998-09-29.00:00:00 last changed 182 months ago
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.
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:33 | admin | set | messages: + msg206 |
| 1998-09-29 00:00:00 | admin | create | |