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 usable with any algorithm that works with forward | iterators. Moreover, extending them to bidirectional should be | straightforward if needed.
I cannot make them work with std::find_if even. -- Lgb