Boost.Array intialisation

Hello all,
the documentation describes that Boost.Array deliberately omits constructors
to allow intialisation in functions:
void F()
{
boost::array

That's fine, but how does one intialise a Boost.Array in member intialiser list, e.g.:
The only way I found to do this is
#include
participants (4)
-
alfC
-
gast128
-
Jeff Flinn
-
Roman Perepelitsa