Lgb wrote: > I have never liked OUT arguements... and when I see code like: > > ParagraphList::iterator beg, end; > getSelectionSpan(cur, *this, beg, end); > > I get a chilly feeling (in the shoulder region).
[...] > (also why coudn't cur and text be const refs in this funtion?) Both valid criticisms IMO. Alfredo