Markus Werle wrote:
David Abrahams wrote:
What you really want is the fusion library (in CVS), which will replace Boost.Tuple:
#include
typedef boost::fusion::result_of_generate
::type mytuple; I don't know of another (easy) solution for you.
Sorry for being stupid, but I tried to get some compilable file out of this information and simply failed due to - as far as I can see - missing traits.
Could you please provide a complete example?
Please get the latest version from Spirit's CVS in branch
PHOENIX_V2. The current syntax is:
boost::fusion::meta::generate<T>::type
given an mpl::vector, say:
typedef mpl::vector