$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-06-21 11:24:42
Dennis Luehring wrote:
> ...using Boost only CMake configure
>
>
> The MSVC toolset will increment its minor version number from|19.39|(VS
> 2022 v17.9) to|19.40|(VS 2022 v17.10).
>
> https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-
> number-14-40-in-vs-2022-v17-10/
>
>
> is still useable - did not check if building boost is a problem
Thanks, should be fixed by
https://github.com/boostorg/boost_install/commit/3f67136ec1e7855f29c40db8949e763ff73c840f
The CMake build also deduces the wrong toolset (vc144), will take care of it as well.