$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gast128 (gast128_at_[hidden])
Date: 2008-08-20 04:39:22
Dear all,
from the documentation I read that if a multi_array is reshaped new elements
are default constructed:
"Resizing an Array
The boost::multi_array class provides an element-preserving resize operation.
...Any new elements in the array are default constructed..."
It is thus not possible providing a default fill element?