12 Oct
2006
12 Oct
'06
4:45 p.m.
On 10/12/06, aDi Rob
Shortly after I posted this I got this working by first binding to boost::shared_ptr<T>::get method and then using the result of this as the this pointer in the main lambda expression.
"aDi Rob"
wrote in message news:egjsa1$9i$1@sea.gmane.org... I am new to using lambda expressions and have come across a problem I can't seem to resolve - would appreciate any insight on this.
If you're just doing a bind, then Boost.Bind is easier than Boost.Lambda, as it knows about (and handles) boost::shared_ptr. Stuart Dootson