Boost logo

Boost :

Subject: [boost] [function] [1.47.0] #4717: Non-const local static variable stored_vtable
From: Kazutoshi Satoda (k_satoda_at_[hidden])
Date: 2011-05-30 23:27:46


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 did same request for 1.46 and 1.46.1, and got no response.
http://lists.boost.org/Archives/boost/2011/03/177769.php
http://lists.boost.org/Archives/boost/2011/01/175248.php

Please let me know if there is more effective way to push the fix, or if
I'm doing something wrong.

-- 
k_satoda

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