$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-08-12 15:12:23
Dennis Luehring wrote:
> it always worked for me without any special settings
> (im on VS2017 and using the LLVM-VStudio
> integrationhttps://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain
> <https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain>)
>
> i've never need to change anything in my projects beside installing latest
> LLVM/clang + extension and switching the compiler
> in every of my private and customer projects - its the first time with
> 1.74 that it does not work out of the box
>
> i've never set any auto-link defines and using clang-cl on daily basis for
> some years now
What happens when you define BOOST_LIB_DIAGNOSTIC? What's the full compiler
output when building your test program?