27 Mar
2016
27 Mar
'16
11:55 a.m.
Hi John, An after-thought. 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 ;
Getting Clang/C2 to compile boost seems to be a waist of time, as the back-end will still be VCXX (C2). VCXX (C1/C2) already compiles boost, so what's the gain? degski