18 Oct
2013
18 Oct
'13
5:42 p.m.
I reported the issue there: https://svn.boost.org/trac/boost/ticket/9266 Basically, synchronized_value is broken with VC12 because boost assume it's implementation of variadic templates is broken (BOOST_NO_CXX11_VARIADIC_TEMPLATES is defined) because of signals not working correctly with VC12 RC as pointed before here. It looks like we have some kind of conflict here. However, I'm surprised the non-variadic code in synchronized_value does crash the vc12 compiler.