On Wed, Aug 14, 2002 at 05:45:17PM +0200, Lars Gullik Bjønnes wrote: > I'll continue to feed parts of this into CVS proper.
Looks good. A question: if (!locked) { - Paragraph * p = &*(paragraphs.begin()); - while (p->next()) - p = p->next(); + Paragraph * p = &*(boost::prior(paragraphs.end())); lt->setCursor(bv, p, p->size()); } Coulnd't that be solved by having a back() method on ParagraphsList? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)