$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-04-09 13:14:20
From: "Nestal Wan Wai Ho" <me_at_[hidden]>
> Peter Dimov wrote:
> > The short answer is: either use boost::bind instead of compose, or use
> > std::mem_fun_ref.
>
> Thanks a lot for your answer. It works.
>
> After using bind instead my code is much more difficult to read. I am
> afraid I forget what it means after a few months.
>
> Is there a long answer?
Could you please post the code (before/after bind)?