$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: AlisdairM (alisdair.meredith_at_[hidden])
Date: 2006-05-25 15:43:14
Thorsten Ottosen wrote:
> What do tou mean by "it's too late"?
>
> Since the "construction" of boost::array is a no-op, you can just
> initialize it in the body my_array's contructors.
It is probably a no-op if the array is holding types with trivial
constructors. On the other hand an array of std::string will certainly
do more than no-op.
-- AlisdairM