12 Aug
2020
12 Aug
'20
6:28 p.m.
Dennis Luehring wrote:
Boost 1.69
microsoft-cl
1>------ Rebuild All started: Project: clang_cl_tests, Configuration: Debug Win32 ------ 1>clang_cl_tests.cpp 1>Linking to lib file: libboost_regex-vc141-mt-gd-x32-1_69.lib 1>Linking to lib file: libboost_regex-vc141-mt-gd-x32-1_69.lib 1>_MSC_VER=1916
...
clang-cl
1>------ Rebuild All started: Project: clang_cl_tests, Configuration: Debug Win32 ------ 1>clang_cl_tests.cpp(12): warning : _MSC_VER=1916 [-W#pragma-messages]
Yes, as I said, Clang doesn't autolink at all in 1.69. Autolink for Clang was enabled in 1.71. https://github.com/boostorg/config/commit/a18911902dff03f37582696a13bf60768c...