13 Aug
2002
13 Aug
'02
1:26 p.m.
Edward Diener wrote:
In the boost::bind case, for a member function, you need to bind in a pointer to the actual object, which passing the "this" parameter does effectively.
I see :-)
I suggest you first look at the standard library versions and then re-read boost::bind documentation.
There I go... Thanks Ali