Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-08-12 18:28:42


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/a18911902dff03f37582696a13bf60768c183c55


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk