Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-06-21 13:03:45


Dennis Luehring wrote:
> > The CMake build also deduces the wrong toolset (vc144), will take care of it
> as well.
>
> what is the effect - im currently bound to 1.84 - what toolset is then used for
> building?

The libraries are named e.g.

    libboost_atomic-vc144-mt-gd-x64-1_86.lib

instead of the correct

    libboost_atomic-vc143-mt-gd-x64-1_86.lib

I don't think there's any other effect.

The fix for that is

https://github.com/boostorg/cmake/commit/ae2e6a647187246d6009f80b56ba4c2c8f3a008c


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk