Title
istreambuf_iterator<>::operator++(int) definition garbled
Status
tc1
Section
[istreambuf.iterator.ops]
Submitter
Nathan Myers

Created on 1998-08-06.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [istreambuf.iterator::op++], delete the three lines of code at the end of paragraph 3.

Date: 1998-08-06.00:00:00

Following the definition of istreambuf_iterator<>::operator++(int) in paragraph 3, the standard contains three lines of garbage text left over from a previous edit.

istreambuf_iterator<charT,traits> tmp = *this;
sbuf_->sbumpc();
return(tmp); 
History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg88
1998-08-06 00:00:00admincreate