$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)