9 Dec
2013
9 Dec
'13
10:29 a.m.
2013/12/9 Igor R
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