$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Kaeppler (nospam_at_[hidden])
Date: 2005-04-05 10:42:23
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>.