$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sergei Politov (spolitov_at_[hidden])
Date: 2008-03-19 08:39:30
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?