$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Variant] C++11 variadic template implementation
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-04-15 08:07:41
On 15/04/12 11:57, Florian Goujeon wrote:
> Hi Boosters,
>
> I'd like to know if anybody were working on a C++11 version (using variadic
>
> templates) of Boost.Variant.
Variadic templates would not help at all with Boost.Variant.
> I've written an implementation.
Did you find a magic way to make a switch statement from a template
parameter pack?