On Nov 17, 2022, at 8:34 AM, Peter Dimov via Boost
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.)
As far as I know, clang16 won’t be released until the spring, (current release is 15.0.4), but people are using clang trunk and running into this problem.
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.
Go ahead. — Marshall