2 Sep
2003
2 Sep
'03
6:27 p.m.
In our last exciting episode "Rodolfo Lima" wrote:
Lines: 171 Mailing-List: list Boost-Users@yahoogroups.com; contact Boost-Users-owner@yahoogroups.com Delivered-To: mailing list Boost-Users@yahoogroups.com
Hi people, That's the first time I'm using lambda and I'm stuck with something that can be resumed to:
<snip> You are trying to combine the bind from Boost.Bind with lambda expressions from Boost.Lambda, which does not work. Use boost::lambda::bind instead (include "boost/lambda/bind.hpp") Jaakko