On Thu, Feb 09, 2006 at 02:41:20PM +0100, Abdelrazak Younes wrote:
> I think this is because the member fontlist is a std::vector<FontTable> 
> and eraseIntern seems to be doing a lot of deletion. Would it make sense
> to apply the same strategy as ParagraphList? It should be as easy as 
> "templatify" my version of the ParagraphList and reuse that for for 
> fontlist... What do you think?

If you do so it would be nice if you keep/recreate that STL-ish
iterator based interface. While it might be more clumsy to us,
it makes switching between containers easy.

Andre'

Reply via email to