$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jz.maddock_at_[hidden])
Date: 2024-03-14 16:58:05
On 13/03/2024 23:42, Marshall Clow via Boost wrote:
> The master branch is now open for bug fixes, test and documentation changes.
>
> Other changes by release manager permission, as described in
> https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
Math has a couple of nice to have warning fixes that would be good to
merge: https://github.com/boostorg/math/compare/master...develop
Multiprecision has one new bug fix which removes some types from
operator overload participation:
https://github.com/boostorg/multiprecision/compare/master...develop and
https://github.com/boostorg/multiprecision/issues/608
Thanks, John.