Marshall Clow wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
I have the following merge candidates: numeric/conversion: https://github.com/boostorg/numeric_conversion/commit/50a1eae942effb0a9b9072... Fixes compilation under the new Clang 16, which rejects out of range enum values in constant expressions. (This affects Boost.Log and probably others.) Issue: https://github.com/boostorg/numeric_conversion/issues/24 tools/boost_install: https://github.com/boostorg/boost_install/commit/56f7c5da02a62c009954bfa0c9c... Allows toolset detection when using find_package(Boost) from CMake to recognize the new LLVM-based Intel compiler. Issue: https://github.com/boostorg/boost_install/issues/60 https://github.com/boostorg/boost_install/commit/534727e8a0583d4fb57d943a6e4... Allows Boost_COMPILER to be set to a list of toolsets, similarly to FindBoost in CMake 3.7 or later. Issue: https://github.com/boostorg/boost_install/issues/63