13 Mar
2017
13 Mar
'17
7:21 p.m.
On Monday, March 13, 2017, John Maddock wrote:
So.... MSVC-14.1 (2017) sort of supports C++14 constexpr. However, it is also prone to internal compiler errors, and currently does not compile config_test.cpp unless we set BOOST_NO_CXX14_CONSTEXPR. Does anyone have a view on which way this macro should be set?
For the 1.64.0 release, at least, I think the safer thing is to define BOOST_NO_CXX14_CONSTEXPR. Glen