D
desktop
Are there any case where iterators in a std::list gets invalidated
besides from the iterator pointing to an element thats deleted?
It seems that its only the std::vector that invalidates iterators
pointing to elements after a deleted element since its practically just
an array.
besides from the iterator pointing to an element thats deleted?
It seems that its only the std::vector that invalidates iterators
pointing to elements after a deleted element since its practically just
an array.