
19 Mar
2008
19 Mar
'08
12:39 p.m.
As far as I understand it is possible to use in boost::any techniques similar to boost::function. I.e. split virtual behavior and actual data. It will help to avoid heap allocation while copying boost::any with stored small objects. What do you think about adding it to next releases of boost?