25 Mar
2016
25 Mar
'16
9:34 p.m.
John Maddock wrote:
What's the correct way to configure clang on windows with current Boost.Build?
If I use:
using clang-win : 3.7 : "C:/Progra~2/MICROS~4.0/VC/Clang 3.7/bin/x86/clang.exe" : <cxxflags>-std=c++11 <compatibility>vc14 ;
Shouldn't you be using clang-cl.exe?