$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-05-15 06:59:02
On 05/15/2007 04:45 AM, remi.chateauneu_at_[hidden] wrote:
[snip]
> ... generating a container of :
> std::pair< const std::type_info *, boost::any >
>
But boost::any::type() returns std::type_info const&:
http://www.boost.org/doc/html/boost/any.html#id717459-bb
wouldn't that make the above pair contain redundant information?
[snip]