21 Jun
2024
21 Jun
'24
11:24 a.m.
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/3f67136ec1e7855f29c40db8949... The CMake build also deduces the wrong toolset (vc144), will take care of it as well.