Possible Duplicate:
Bind Vs Lambda?
My use of std::bind
had dropped to 0 now that lambdas have gained wide support.
Are there any problems that std::bind
is uniquely suited for over a lambda function?
Was there a compelling reason to keep std::bind
in the standard once lambdas where added?