9 Dec
2013
9 Dec
'13
10:21 a.m.
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 ?