
Hello!
Boos.Bind will only do the binding bit - what you're wanting to do (apply an expression to the parameter at call-time) can be accomplished with Boost.Lambda - which has its own bind facility (with pretty much exactly the same syntax as Boost.Bind) that you'll need to use instead of Boost.Bind.
Thanks for the hint, you are absolutely right. Nevertheless, it is a
mess to use the lambda library with overloaded functions, as the correct
call (which took me now about an hour to find out seems to be):
boost::lambda::bind(static_cast
HTH Stuart Dootson _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users