1 Dec
2007
1 Dec
'07
10:11 p.m.
Is there a reason that fusion seems devoid of sequence modifying routines except for the built-in assignment operators? For instance, if I wanted to operate on boost::array, I would seem to have no way to write the results back into an array through fusion (unless I miss something). I am looking for something like copy(input_sequence, output_sequence) -- John Femiani