This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of TC1 status.
istream_iterator
vs. istreambuf_iterator
Section: 31.7.5.3.2 [istream.formatted.arithmetic] Status: TC1 Submitter: Dietmar Kühl Opened: 1999-07-20 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [istream.formatted.arithmetic].
View all issues with TC1 status.
Discussion:
The note in the second paragraph pretends that the first argument
is an object of type istream_iterator
. This is wrong: It is
an object of type istreambuf_iterator
.
Proposed resolution:
Change 31.7.5.3.2 [istream.formatted.arithmetic] from:
The first argument provides an object of the istream_iterator class...
to
The first argument provides an object of the istreambuf_iterator class...