28 Sep
2009
28 Sep
'09
5:04 p.m.
Oliver Fochler wrote:
If I was to write the code with fixed N known at compile time (which would be sort of ok as a first step), how would I instantiate the fusion::vector?
vector< boost::multi_array
, boost::multi_array , boost::multi_array > test wouldn't make that much sense, since it would not be flexible at all. You cna just make a small meta-function to generate this from a type and a value of N
make_block