$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [function] Problem copying when constructed with a functor
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-05-23 20:52:22
AMDG
On 05/23/2011 05:50 PM, Steven Watanabe wrote:
> On 05/23/2011 05:31 PM, Edward Diener wrote:
>> boost::function<int ()> bfun(p_functor_class_int());
>
> Q: What is bfun?
> A: A function that takes a p_functor_class_int and returns
> a boost::function<int()>.
>
Err, make that:
A: A function that takes a p_functor_class_int(*)()...
In Christ,
Steven Watanabe