
1 Oct
2013
1 Oct
'13
9:07 p.m.
You need to refer to member functions as '&Abc::first' rather than just 'first', and you need to bind the implicit object parameter to something (likekely 'this'): bind(&Abc::first, this, _1) Regards, Nate