
20 Mar
2008
20 Mar
'08
2:36 p.m.
AMDG Christoph Duelli wrote:
but I was wondering: is it possible to leave do_it() as it is and work some magic with Boost.Bind that 'drops' the unwanted argument? Basically create an anonymous function object
caller.callback = boost::bind(&Callee::do_it, &callee); works for me. In Christ, Steven Watanabe