On 1/21/2013 2:26 PM, Steve Lorimer wrote:
we're only using boost::bind and boost::function.
At the risk of stating the obvious, why not use std::bind and std::function?
They are part of the current standard library, introduced in c++11
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
But not supported by vs 2010 (or 2008), which is what half of the team still uses.