Boost logo

Boost Users :

From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2007-09-06 09:46:11


> 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






Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net