Is there some bug with building Boost.JSON as header-only using Visual Studio?
I’m using Visual Studio 2022 v17.10.0 and Boost 1.84.0. The Boost.JSON documentation says the following:
Visual Studio 2022 v17.10 broke the build of BOOST. How to rollback to earlier Version?
I am so far out of luck to dial down the installed components (MSVC v143, etc.) to resemble a v17.9 installation. BOOST (and CMake) refuse to find the toolchain now that I removed the v17.10 tools. Is there a proper way to reduce the installation to that prior point?