Boost logo

Boost :

Subject: Re: [boost] [config] Changes needed for VC++ 2015 Update 3?
From: John Maddock (jz.maddock_at_[hidden])
Date: 2016-06-08 13:20:26


>>> I'm still getting a lot of
>>> "warning C4592: symbol will be dynamically initialized (implementation
>>> limitation)".
>>> At least Boost.Thread seems to rely on BOOST_NO_CXX11_CONSTEXPR to detect
>>> if variables would be statically initialized.
>>>
>> We probably need a dedicated macro for this. It's a separate feature and
>> disabling constexpr for all other libraries that could have made use of it
>> would be overkill.
>>
> +1

If it's predominantly a single library issue, then a BOOST_WORKAROUND
should do it? But yes we should definitely enable the new features.

John.


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