Re: current diff againt test

2002-08-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Aug 15, 2002 at 09:33:23AM +0200, Andre' Poenitz wrote: | > > Actually I like it solved by either: | > > | > > Paragraph * p = &*boost::prior(paragraphs.end()); | > > (the ParagraphList::iterator for end is too dumb for

Re: current diff againt test

2002-08-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Aug 15, 2002 at 09:23:51AM +0200, Lars Gullik Bjønnes wrote: | > | if (!locked) { | > | - Paragraph * p = &*(paragraphs.begin()); | > | - while (p->next()) | > | - p = p->next(); | > | +

Re: current diff againt test

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 09:33:23AM +0200, Andre' Poenitz wrote: > > Actually I like it solved by either: > > > > Paragraph * p = &*boost::prior(paragraphs.end()); > > (the ParagraphList::iterator for end is too dumb for this) > > or > > > > Paragraph * p

Re: current diff againt test

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 09:23:51AM +0200, Lars Gullik Bjønnes wrote: > | if (!locked) { > | - Paragraph * p = &*(paragraphs.begin()); > | - while (p->next()) > | - p = p->next(); > | + Paragraph * p = &*(boost::prior(paragraph

Re: current diff againt test

2002-08-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | 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()); | -

Re: current diff againt test

2002-08-14 Thread Andre Poenitz
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->nex

current diff againt test

2002-08-14 Thread Lars Gullik Bjønnes
I'll continue to feed parts of this into CVS proper. diff-4.diff.gz Description: GNU Zip compressed data -- Lgb