$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-09-05 09:36:07
"Andy Little" <andy_at_[hidden]> writes:
> Hi Boosters,
>
> Is it possible to use fusion to do a compile time matrix?
Not directly, but there are at least two good ways to build one on top
of fusion:
1. use a fusion vector of fusion vectors.
2. use a fusion vector augmented with a row length (assuming it's row-major).
-- Dave Abrahams Boost Consulting www.boost-consulting.com