From: Nestal Wan Wai Ho (me_at_[hidden])
Date: 2002-04-10 12:29:03


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?

Nestal