
13 Apr
2011
13 Apr
'11
11:27 p.m.
funcPointer = boost::bind(&ChatClient::memberReceiver, this, _1);
Hey, I can finally be of some use, this is cool!
that does not work. what boost::bind is returning in that case is a
boost::function object, like this:
boost::function