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
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
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
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
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
[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.
--