$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-10-27 13:34:36
"Jason Hise" <0xchaos_at_[hidden]> 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