$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] What's wrong with my use of member-function bind?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-07-28 04:40:25
> Â void bar (int);
> Â };
<...>
> subscribe (STATE1, bind(&S::bar, &s1)); Â // this one is wrong. Â Why?
bind(&S::bar, &s1, _1)