12 Aug
2020
12 Aug
'20
2:08 p.m.
Dennis Luehring wrote:
until 1.74 there was no need to prepare a descent build of boost for clang
Looking at the history of boost/config/auto_link.hpp, 1.70 didn't autolink under Clang at all, and since 1.71 Clang autolinks to clangw libraries. So I don't see why 1.73 and 1.74 would differ. If you want to override this, #define BOOST_LIB_TOOLSET to vc141 (if using 2017.)