
4 Jun
2010
4 Jun
'10
2:05 p.m.
Nat Goodspeed wrote:
boost::signals2::slot (in boost/signals2/slot.hpp) does wrap a bind() call in a way that you might adapt if this is what you want.
I intended to add: if you don't mind requiring a C++1x-compliant compiler, you could use perfect forwarding instead.