$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-05-25 06:39:33
Vincent Bherer-Roy wrote:
> I know that this subject has been discuss a lot in the past. However a
> quick
> search in the mailing list archive did not show any solution like the one I
> propose. If my post is a duplicate, please forgive :-)
>
> The problem is that, like many other, I don't use boost::array because it
> doesn't have any constructor.
What is it specifically your are looking for?
Maybe Boost.Assign can help you:
http://www.boost.org/libs/assign/doc/index.html
Look in particular for list_of() and cref_list_of().
-Thorsten