
27 Jan
2003
27 Jan
'03
8:24 a.m.
From: "Markus Werle" <yg-boost-users@gmane.org>
Peter Dimov wrote:
Why would you ever need to use <boost/bind.hpp> and <boost/lambda/lambda.hpp> together? Lambda has its own bind.
Well, I just happen to have a class that a) uses boost::bind, etc to create functors, so ::_1 is visible and b) uses boost::lambda to remove all sort of loops so boost::lambda::_1 must be made visible.
They are used _in_ _parallel_, not together.
But why aren't you using lambda::bind _in_ _parallel_ with the other lambda features? Is there a particular reason for it?