$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2020-12-01 00:34:45
On Mon, Nov 30, 2020 at 6:56 PM Adam Wulkiewicz via Boost
<boost_at_[hidden]> wrote:
>
> W dniu 29.11.2020 o 21:19, Glen Fernandes pisze:
> > Got it. OK to merge (all of them, including 42bd7cfe).
>
> Thanks! I'd like to merge one more trivial workaround:
> https://github.com/boostorg/geometry/commit/d2d3a7954a0006af308fb87e5485750d31a1d228
That removes it for MSVC 2015 v14.0 (i.e. 1900 or older), but I was
under the impression that even MSVC 2017 v15.0 (i.e. 1910) is not
enough. I thought the constexpr issues were fixed with MSVC 2017 v15.8
or higher (i.e. 1915).
For that reason BOOST_NO_CXX14_CONSTEXPR is also defined for all
versions of MSVC below 2017 v15.8 (1915).
Glen
Glen