Boost logo

Boost :

Subject: Re: [boost] [function] [1.47.0] #4717: Non-const local static variable stored_vtable
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2011-05-31 17:23:06


On May 30, 2011, at 8:27 PM, Kazutoshi Satoda wrote:

> I want the fix for the following ticket (regression, I think) included
> in 1.47.
> "#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

I've applied the patch to the trunk - please test.
If there are no problems, I will merge to release.

-- Marshall


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