José Matos wrote:
On Friday 01 August 2008 17:12:03 rgheck wrote:
So far as I understand, boost::bind is really just a convenience that
keeps you from having to define a new function just to bind one argument
of an existing function. (Think anonymous functions in Perl.) So it's
always a workaround just to define that new function explicitly and
connect to it instead.
Lambda functions in python or the new C++ (C++0x) ISO Standard to come.
http://en.wikipedia.org/wiki/C++0x#Lambda_functions_and_expressions
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=254
That will be a very useful feature.
rh