$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stuart Dootson (stuart.dootson_at_[hidden])
Date: 2006-01-24 14:33:31
On 1/24/06, David A. Greene <greened_at_[hidden]> wrote:
> Stuart Dootson wrote:
>
<snip/>
>
> Yuck. Oh well, guess that's what I'll do. Are there any plans to
> add direct support for smart pointers?
>
> -Dave
I seem to remember that boost::bind (as opposed to
boost::lambda::bind) supports boost::shared_ptr directly...so if you
only need the bind bit of lambda, switch to boost::bind
Stuart