6 Sep
2007
6 Sep
'07
1:46 p.m.
As far as I understand it you need to double nest the binds. Using Boost.Lambda it would be something like this:
boost::lambda::bind( &BasePlugin::foo, boost::lambda::bind( &TemplatedClass< BasePlugin >::operator->, t ) )
This expression should give you a boost::function< void ( void ) >.
K
That doesn't seem to be working. I'm getting lot of errors and its next to impossible to comprehend those errors. I've attached sample files to what I'm trying to do. Please Help. Thanks in advance, Surya