
27 Oct
2006
27 Oct
'06
5:34 p.m.
"Jason Hise" <0xchaos@gmail.com> writes:
For instance, random access containers (vector and deque) would probably need iterators that stored an integer index and a pointer to the container, because push_back would be likely to result in memory reallocations.
push_back on deque does not invalidate any iterators. -- Dave Abrahams Boost Consulting www.boost-consulting.com