$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] doubt on boost::bind and boost::function
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-02-19 09:31:53
Conoscenza Silente wrote:
> Do you know what I am doing wrong?
> Is the signature fine?
> Thanks
try boost::bind( &CA::IsMemberFunction, this, _1 )
Cheers,
Rutger