Alfredo Braunstein <[EMAIL PROTECTED]> writes: > I don't think it's possible unfortunately, for the reasons in my other post. > We could have a O(1) RandomAccessList::getIterator(int pos) but it's > obviously not so cool ;-) And it doesn't work for advancing an existing > iterator.
I am not sure why we need this std::list behaviour actually. A vector<Paragraph*> that looks like a vector<Paragraph> would be enough, IMO. I remember that Lars wanted this list thing, but I do not remember why. JMarc