
16 May
2010
16 May
'10
11:02 a.m.
Hello,
I need to copy a range_c into a vector_c because I need to transform that
sequence, and I have difficulties transforming range_c .
This code works
typedef boost::mpl::range_c
::type all_dims_t;
but then I need the 10 to be a template parameter, so I wrap it in this
struct
template
::type all_dims_t; };
The error is:
error: type 'boost::mpl::copy<...>' is not derived from type 'S