$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Proto] Building a mpl::vector from an expression
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-08-18 16:11:09
AMDG
christophe henry wrote:
> I am trying to build a mpl::vector from an expression like
>
> (string(),ClassA(),ClassB())
>
> To get a mpl::vector<string,ClassA,ClassB>
>
> <snip>
>
> Is there a way to do this or I should give up the idea?
>
Does fold_tree help?
In Christ,
Steven Watanabe