$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Clang 4.0.0 MPL error in Boost next.hpp and prior.hpp
From: degski (degski_at_[hidden])
Date: 2017-03-25 15:06:51
On 25 March 2017 at 08:39, Edward Diener via Boost <boost_at_[hidden]>
wrote:
> I suspect that even when using -fno-ms-compatibility you still need to use
> the clang-win toolset since you are still using the VC++ backend.
Isn't the issue mostly related to the use of the Dinkumware STL, as opposed
to the Clang backends, of which there are two: LLVM (the one Paul was
trying to get to work) and C2. The latter gives better debugging support,
the former often (not always though) generates better code.
degski