$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-01-11 03:52:57
yinglcs2_at_[hidden] wrote:
>Can you please tell me if I can do the same with the
>Boost.Array library?
>
>
No, you can't. Boost.Array was intentionally written to only support
compile-time size specifications.
For runtime sizes, use std::vector.
Sebastian Redl