$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2007-01-19 18:51:16
Dmitry Ivankov wrote:
> Can I use boost::pool to allocate arrays of different sizes?
> In particular char arrays.
>
No. The very design of the simple segregated storage Boost.Pool uses
requires that all allocated blocks are the same size.
Sebastian Redl