Subject: Re: [boost] [variant]anyone working on variadic template version?
From: troy d. straszheim (troy_at_[hidden])
Date: 2009-09-21 21:57:51


Peter Foelsche wrote:
> I guess my implementation (using boost::mpl::set) could be easily
> adapted to this new compiler feature as soon as it is available.
>
> Peter

there's make_variant_over, which works for mpl sequences.

-t