compiling error from code using boost::bind code in Vs2010
Tue, 19 Feb 2013 13:43:31 -0800 Post Comments
On 20 February 2013 00:27, Miguel Carvajal
I think you need to use '&B::f' rather than 'f' to get a member
function pointer to 'f'.
I think you need to use '&B::f' rather than 'f' to get a member
function pointer to 'f'.
