Boost logo

Boost :

Subject: Re: [boost] [1.46.1] branches/release open for bug fixes only
From: Kazutoshi Satoda (k_satoda_at_[hidden])
Date: 2011-03-01 22:28:00


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_vtable.patch

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk