Re: {bug] InsetIterator and DocIterator unusable with std::algorithms

2004-08-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Jul 26, 2004 at 08:30:56PM +0200, Lars Gullik Bjønnes wrote: >> | They are forward iterators implemented as stacks of cursor slices. >> | Or close to it. >> >> But as they are now they cannot be used with std::algorithm. > | Thaey should be usab

Re: {bug] InsetIterator and DocIterator unusable with std::algorithms

2004-07-30 Thread Andre Poenitz
On Mon, Jul 26, 2004 at 08:30:56PM +0200, Lars Gullik Bjønnes wrote: > | They are forward iterators implemented as stacks of cursor slices. > | Or close to it. > > But as they are now they cannot be used with std::algorithm. Thaey should be usable with any algorithm that works with forward iterat

Re: {bug] InsetIterator and DocIterator unusable with std::algorithms

2004-07-26 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sun, Jul 18, 2004 at 01:47:28AM +0200, Lars Gullik Bjønnes wrote: >> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: >> >> | Changes should be made so that the regular stl::algorithms can be used >> | with InsetIterator and DocIterator. >> >> Hmm it

Re: {bug] InsetIterator and DocIterator unusable with std::algorithms

2004-07-26 Thread Andre Poenitz
On Sun, Jul 18, 2004 at 01:47:28AM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | Changes should be made so that the regular stl::algorithms can be used > | with InsetIterator and DocIterator. > > Hmm it seems that the DocIterator and StableDocIterator a

Re: {bug] InsetIterator and DocIterator unusable with std::algorithms

2004-07-18 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | Changes should be made so that the regular stl::algorithms can be used > | with InsetIterator and DocIterator. ...and the bug is? Oh well... > Hmm it seems that the DocIterator and StableDocIterator are not reall

Re: {bug] InsetIterator and DocIterator unusable with std::algorithms

2004-07-17 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Changes should be made so that the regular stl::algorithms can be used | with InsetIterator and DocIterator. Hmm it seems that the DocIterator and StableDocIterator are not really iterators at all, but containers of CursorSlices. Confusing. --