Title
Typo: istream_iterator vs. istreambuf_iterator
Status
tc1
Section
[istream.formatted.arithmetic]
Submitter
Dietmar Kühl

Created on 1999-07-20.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change [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...

Date: 1999-07-20.00:00:00

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.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1718
1999-07-20 00:00:00admincreate