$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-08-12 14:08:40
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.)