$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-03-26 10:23:10
On Friday 26 March 2004 08:54 am, Matthew Hurd wrote:
> Got tripped up again today by boost::thread's boost::function constructor
> not working with boost::lambda::bind but working fine with boost::bind.
> Silly me.
What happened? boost::function is supposed to work with boost::lambda's
function objects.
> Been down that track before many moons ago... It is still a tad confusing,
> a unification would be nice sometime, but perhaps a note in the thread
> and/or function documentation in the meanwhile.
Bind/lambda unification unification would be great, but...
Doug