$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Jefferson (chris_at_[hidden])
Date: 2008-05-21 11:29:47
I am surprised that Boost does not seem to contain a vector-like
container which uses a pre-allocated block of memory. In my own code I
find this very useful, in particular with memory allocated by
'alloca'.
Have I missed such a package? Is there any interest in such a package
being submitted to boost if I tidied up my own code?
Chris