This page is a snapshot from the LWG issues list, see theLibrary Active Issues List for more information and the meaning ofTC1 status.
Section: 27.4.4.4[string.io]Status:TC1Submitter: Nico JosuttisOpened: 1998-09-29Last modified: 2016-01-28
Priority:Not Prioritized
View all otherissues in [string.io].
View all issues withTC1 status.
Discussion:
The effect of operator >> for strings contain the following item:
isspace(c,getloc()) is true for the next available inputcharacter c.
Heregetloc() has to be replaced byis.getloc().
Proposed resolution:
In 27.4.4.4[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.