
On 18 Jul 2025 02:11, Marshall Clow via Boost wrote:
Hi,
The master branch is now open for bug fixes, test and documentation changes, but please follow the policy described in:
https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On August 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/calendar
I would like to merge Boost.Log develop to master: https://github.com/boostorg/log/compare/master...develop https://github.com/boostorg/log/commit/ef6aec2abb4d5a6596e4d49a8caa4a3f57350... Removes unnecessary dependency on Boost.Context, which prevents Boost.Log from building on 32-bit MinGW-w64. https://github.com/boostorg/log/commit/86c8cdccedb18ad3b0216047991b75c75353f... Adds wrap_filter for easier integration of user-defined filters with Boost.Log filter expressions. https://github.com/boostorg/log/commit/ad2eb6c4e54ebefb667fac25672bdd723fe55... Adds docs and tests for wrap_formatter, which previously existed and is similar to wrap_filter but for formatting expressions.