Lars Gullik Bj�nnes wrote: > Alfredo Braunstein <[EMAIL PROTECTED]> writes: > > | I don't understand what's happening. Shouldn't row.endpos() be > | par->size() if the par is small enough? Someone can explain to the > | thicko here? > > and why not par->size() - 1?
Because it it conceptually equivalent to Iterator::end(), returning one past the last element in the row. I think you knew that... -- Angus
