22 Jan
2013
22 Jan
'13
10:33 a.m.
From: Littlefield, Tyler
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 But not supported by vs 2010 (or 2008), which is what half of the team still uses.
According to MSDN, VS2008 and VS2010 have std::tr1::bind and std::tr1::function. Best regards, RK