$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: Peter Dimov (lists_at_[hidden])
Date: 2017-03-24 18:37:20
Paul A. Bristow wrote:
> I am trying to check code that works on VS2015 update 3 and GCC 6.3.0
> using Clang 4.0.0
...
> Following suggestions in this thread, I have
> added -Wno-invalid-token-paste
> http://clang-developers.42468.n3.nabble.com/invalid-token-paste-td4025526.html
You could try disabling Clang's MS mode with -fno-ms-compatibility and see
if that helps.