On 3/16/21 11:24 PM, Marshall Clow via Boost wrote:
The master branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy. See https://github.com/boostorg/boost/wiki/Releases%3A-Beta-Merge-Policy
Reminder: The master branch closes for the release on Wednesday, Apr 7. Full calendar here: https://www.boost.org/development/ https://www.boost.org/development/
I would like to merge Boost.Parameter develop to master: https://github.com/boostorg/parameter/compare/master...develop The changes are: - Added cxxstd metadata (https://github.com/boostorg/parameter/pull/107) - Added a workaround for MSVC 2015 code miscompilation related to rvalue references (https://github.com/boostorg/parameter/pull/109) - Added readme file. - CI updates. - Minor test fixes (added a missing include and changed Boost.Bind include to silence deprecated warnings). CI tests have passed.