
30 Nov
2006
30 Nov
'06
7:43 p.m.
AMDG "Rodolfo Lima" wrote:
try boost::lambda::bind(&aux::a, _1, x); Thanks for your advice, but that's not the kind of solution that I'm looking for. There are some constraints on aux that forbids me to use bind. Please read the thread http://lists.boost.org/boost-users/2006/11/23754.php where I explain the whole situation.
Ok. how about boost::lambda::bind<int>(&_1->*&aux::a, x)?
Thanks, Rodolfo Lima.
In Christ, Steven Watanabe