$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] `b2 toolset=clang-win` now works on Appveyor
From: Peter Dimov (lists_at_[hidden])
Date: 2018-11-17 20:12:58
> Which version of VS is used by clang-cl.exe is not determined by
> clang-win.jam, it's decided by clang-cl.exe itself. You could
> try -fmsc-version=1900, I suppose.
According to
the only way to make clang-cl.exe use an older VS installation is to invoke
it from the corresponding developer command prompt.