$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nigel Stewart (nigels_at_[hidden])
Date: 2003-07-31 07:13:36
>>From practical point of view, adding auto-resize to circular_buffer<> is
> easier than creating new container.
Well from a code comprehension view, is it helpful that
a particular container may or may not be in a
auto-resizing mode?
We could well built a container that does everything,
a combination of vector, list, queue and map - but
is it helpful in the broader context of building and
maintaining software?
Nigel