$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost any questions and praise
From: Peter Foelsche (foelsche_at_[hidden])
Date: 2010-02-08 16:53:09
"Peter Foelsche" <foelsche_at_[hidden]> wrote in message news:...
> I agree.
> I've made boost::any a template -- so that it get's passed a callback
> type.
> Is this according to your standards?
> I think boost::any without any way to apply something to it, is quite
> useless.
better make the callback object passed as a reference -- and constant
reference should also be possible
Peter