
Beman Dawes wrote:
We are going to do a point release next week. branches/release is now open for merging bug fixes only, including documentation fixes.
As always, please make sure the fix is stable on trunk before merging to release.
The cutoff for merging is noon Eastern US time on Tuesday, March 8th. We have to hold to a tight schedule because of other commitments later in the month.
I want the fix for the following ticket (regression, I think) included in 1.46.1. "#4717: Non-const local static variable stored_vtable" https://svn.boost.org/trac/boost/ticket/4717 Here is a quote of a essential part of the fix. - static vtable_type stored_vtable = + static const vtable_type stored_vtable = { { &manager_type::manage }, &invoker_type::invoke }; https://svn.boost.org/trac/boost/attachment/ticket/4717/djw_function_const_v... Is it possible to include the fix, which is still not in trunk, in 1.46.1? Is there anything I can do to push the fix? (for 1.46.1 if possible, otherwise for any future releases) -- k_satoda