26 Mar
2017
26 Mar
'17
11:06 a.m.
Edward Diener wrote:
I have updated Boost PP on the develop branch to support the -fno-ms-compatibility mode of clang targeting VC++ or clang/C2.
...failed updating 1 target... ...skipped 2 targets... ...updated 133 targets... The only error is config_info.exe, because my Clang configuration can't link, as explained. My two errors in my previous run were (1) forgetting to patch the first _MSC_VER section to use strict and (2) using <cxxflags> for -fno-ms-compatibility, which left all C tests in -fms-compatibility mode. No idea why it doesn't work for you.