
5 Apr
2005
5 Apr
'05
3:42 p.m.
Sean DeNigris <lotusone <at> optonline.net> writes:
You are using bind from Boost.bind and _1 from Boost.lambda. If you change to boost::lambda::bind it will compile.
error: `bind' undeclared in namespace `boost::lambda' Do I have to #include something special? I #include <boost/lambda/lambda.hpp>.