$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stuart Dootson (stuart.dootson_at_[hidden])
Date: 2004-10-10 13:34:31
On Sun, 10 Oct 2004 07:35:03 -0400, David Abrahams
<dave_at_[hidden]> wrote:
>
> That will fix the problem, but IIRC you have the cause wrong.
>
> Boost.Bind puts its placeholders into an unnamed namespace at the top
> level. Lambda puts them in boost::lambda, but there's a
> using-directive for boost::lambda there in the OP's code.
>
> --
> Dave Abrahams
> Boost Consulting
> http://www.boost-consulting.com
True - missed that one - I've more experience with Bind than BLL as
VC6 is my everyday compiler :-(
Stuart Dootson