$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost::Bind Problem
From: Nathan Crookston (nathan.crookston_at_[hidden])
Date: 2013-09-21 12:31:49
Hi Steve,
Steve Lorimer wrote:
> Nate, as far as I can see this isn't an issue with binding to an overloaded
> function (because the function isn't overloaded!), it's selecting the
> correct constructor overload based on the return value of boost::bind.
>
You're absolutely right. Sorry for the bad advice. I agree with your solution.
Thanks,
Nate