j
k
j a
j l
How do you construct a MPL sequence from a variadic template parameter pack?
Should be as simple as: #include template struct make_mpl_vector { typedef boost::mpl::vector type; }; typedef make_mpl_vector::type type; Regards, Nate
Back to the thread
Back to the list