$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] Changes needed for VC++ 2015 Update 3?
From: Peter Dimov (lists_at_[hidden])
Date: 2016-06-08 08:35:28
Marcel Raad wrote:
> Beman Dawes wrote
> > Update 3 fixes lots of constexpr bugs, so we need to review whether or
> > not BOOST_NO_CXX11_CONSTEXPR is still required.
>
> 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.