Andre Poenitz <[EMAIL PROTECTED]> writes:

| When I think about it: Has anybody ever tried to use a std::vector<>
| (-like container) instead of a std::list<> as text container?

You loose the fast undo/paste stuff. since you will need to
reallocate... with std::list a splice is done.

What are the benefits you see with a vector?

-- 
        Lgb

Reply via email to