Alfredo Braunstein <[EMAIL PROTECTED]> writes: | > Iterators are only invalidatd if deleted... | | Not for vector: if you have an iterator pointing to the last element and you | erase other element, your iterator becomes invalid (even if you don't | delete the element pointed by the iterator).
I am not talking about vector, only about list. -- Lgb