
16 Jun
2008
16 Jun
'08
5:10 p.m.
boost-bounces@lists.boost.org, le 16 juin 2008 12:55:
Thanks for the input on trying to use boost::lambda::bind instead of boost::bind, unfortunately there is no bind in the lambda namespace.
I'm using Boost 1.35, and in my version "namespace lambda" only exists in boost\lambda\construct.hpp and only contains a single templated struct constructor, there is no bind available :(
Any ideas?
Not sure about 1.35 but in the version I use, lambda::bind is defined in boost/lambda/bind.hpp HTH, ------------------ Éric Malenfant