
26 Apr
2004
26 Apr
'04
8:11 a.m.
David Abrahams wrote:
Vladimir Prus <ghost@cs.msu.su> writes:
where rv is the return value ^^^^^^^^^^^^ of what?
Of the "*rv" expression.
I'm confused. You're saying *rv is equivalent to rv ??
Ok, let me try again: if iterator is also a model of the readable iterator concept, then expression *rv should be equal to *v, where v is the value of iterator before call to operator++(int) and rv is the value returned from the call. The good question is what 'equal' means? Operator== might not be defined. The standard uses 'equivalent' but I don't know what that means. - Volodya