
I am hoping someone can point me the in right direction regarding this
code snippit failing to compile. My suspicion is that it is a header
problem but any help would be appreciated.
In short, I seem to be missing why the binary form of mpl::transform
won't work with fusion::vector. (unary form works just fine).
The code below just attempts to make a std::pair<> from the contents of
two sequences (this is just an example to illustrate the transform
problem). If the two sequences are mpl::vectors, everything is fine. If
they are fusion::vectors then 'lots of errors'.
I'm fairly new to both mpl and fusion so I am not ruling out the fact that
I have done something stupid.
Thanks in advance,
Mike
See code below.
#include