Created on 2009-05-28.00:00:00 last changed 161 months ago
Proposed resolution:
Ammend in both:
[istreambuf.iterator]
[istreambuf.iterator::equal]
bool equal(const istreambuf_iterator& b) const;
[ 2009-11-02 Howard adds: ]
Set to Tentatively Ready after 5 positive votes on c++std-lib.
[ The proposed wording is consistent with 110 with status TC1. ]
The equal member function of istreambuf_iterator is declared const, but takes its argument by non-const reference.
This is not compatible with the operator== free function overload, which is defined in terms of calling equal yet takes both arguments by reference to const.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg839 |
2010-10-21 18:28:33 | admin | set | messages: + msg838 |
2010-10-21 18:28:33 | admin | set | messages: + msg837 |
2009-05-28 00:00:00 | admin | create |