>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> By the way, right now, there are multiple instances in the Abdelrazak> code where operator[] access is used. Thus implying that Abdelrazak> we must present a position type interface (vector alike). Abdelrazak> At the same time, like in the case above, there are Abdelrazak> instances where the coder preferred an iterator interface. Abdelrazak> I am fine with the idea of presenting both types of Abdelrazak> interfaces (my version of ParagraphList presents both) but Abdelrazak> what is the opinion of developers? We should make it be as close as possible to a STL container. So both interfaces would be welcome. JMarc