Boost logo

Boost Users :

Subject: Re: [Boost-users] [boost] [variant] Warning: variadic templates in boost::variant
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2013-12-09 05:29:58


2013/12/9 Igor R <boost.lists_at_[hidden]>

> > Development version of Boost.Variant library now uses C++11 variadic
> > templates when possible.
> > This leads to more compact binaries, more readable compiler error
> messages
> > and faster compilation times.
>
>
> Will it support MSVC12 (i.e. VS2013)? In particular, won't it be
> affected by the following bug: http://tinyurl.com/o2psdj5 ?
>

That issue must not affect Boost.Variant.
However I have not tested it on MSVC12 so I'm not 100% sure that MSVC will
be able to compile the code (for example GCC 4.6 failed to expand variadic
templates list to a fixed length template parameters list).

Waiting for regression tests to pass.

-- 
Best regards,
Antony Polukhin


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net