
10 Oct
2004
10 Oct
'04
6:34 p.m.
On Sun, 10 Oct 2004 07:35:03 -0400, David Abrahams <dave@boost-consulting.com> 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