Boost logo

Boost :

Subject: Re: [boost] VC2013 1.55 beta failures
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2013-10-18 13:42:16


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk