Subject: Re: [Boost-users] lambda - if_then_else - Compiler can not deduce my Arguments
From: Simon Adler (boost_at_[hidden])
Date: 2011-03-28 08:50:43


> You should also replace boost::bind with boost::lambda::bind.

That's it - i did not understand that there is a bind and a lambda::bind and
that
they are not the same. I learned from books and because the introduce
everything
early with using namespace declarations i missed that.

Thank you and Thomas for your help - i realy got a "boost" in understanding
this stuff

Simon