$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [bind, function] pointer to member function under Xcode 4.1.1
From: Stuart Malone (samalone_at_[hidden])
Date: 2012-08-13 15:06:19
> shouldn't this be:
>
> auto b = boost::bind(&Monitor::Change, this, _1, _2);
Yes, thank you both. The crypticness of the error message sent me down a rat-hole chasing the wrong problem.
All better now.
Stuart