Steven Watanabe wrote:
christophe henry wrote:
I am trying to build a mpl::vector from an expression like
(string(),ClassA(),ClassB())
To get a mpl::vector
<snip> Is there a way to do this or I should give up the idea?
Does fold_tree help?
It does.
#include <string>
#include