$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-26 16:10:36
Edward Diener wrote:
> How did you get just clang.jam to work ? Doesn't it need VC++ support when
> using clang-cl ?
I installed LLVM 4.0 in C:\LLVM and put
using clang : 4.0 :
"C:/LLVM/bin/clang.exe" :
<compileflags>-fmsc-version=1910 <linkflags>-fuse-ld=lld ;
in my user-config.jam. It found my VS 2017 installation by itself. There was
no need to use the developer command prompt or put anything into PATH.