Re: [boost] using lambda's pointer to member function and, boost::function

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
6767
Age (days ago)
6767
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven Watanabe