$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost lambda bind] overloading not compiling
From: Jeffrey Lee Hellrung, Jr. (jeffrey.hellrung_at_[hidden])
Date: 2012-04-13 12:43:35
On Fri, Apr 13, 2012 at 4:23 AM, Kaz <sfx810_at_[hidden]> 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