$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost] [variant] Warning: variadic templates in boost::variant
From: Igor R (boost.lists_at_[hidden])
Date: 2013-12-09 05:21:04
> 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 ?