From: Boris (boriss_at_[hidden])
Date: 2006-06-23 05:33:02


The documentation at file://localhost/C:/Boost/libs/pool/doc/concepts.html
says: "Each of the chunks in any given block are always the same size. This
is the fundamental restriction of Simple Segregated Storage: you cannot ask
for chunks of different sizes."

Okay, but can I ask for more than one chunk of the same size - for an array?

Boris