On Fri, Apr 13, 2012 at 4:23 AM, Kaz <sfx810@googlemail.com> wrote:
Thanks every one for help. Does that mean I should avoid using
overloaded functions with both of bind and lambda bind ?

No, it's just that sometimes you'll have to cast the pointer-(member-)function explicitly to disambiguate which overload you're referencing.

- Jeff