
15 Sep
2006
15 Sep
'06
8:26 a.m.
"Manfred Doudar" <manfred.doudar@rsise.anu.edu.au> wrote in message news:20060915124632.096ed245@mathmcn.rsise.anu.edu.au...
On Fri, 15 Sep 2006 03:28:39 +0100
..Back to C++, kinda, yeah .. though for the inner_product (and this is where variadic template parameters would be a nice fit):
fusion::inner_product<SequenceA, SequenceB, ...> { /*...*/ }
(, or whatever the syntax was - forgot the exact semantics Doug Gregor implemented)
fusion::inner_product< SequenceA, SequenceB, FunctionSequenceA,FunctionSequenceB
{ /*...*/ }
? regards Andy Little