19 Nov
2004
19 Nov
'04
5:24 p.m.
Is it possible to use function_traits for functors that have been
created with bind?
I.e.:
template<Function>
foo (Function f) {
typedef typename boost::function_traits<Function>::type fn_t;
boost::signal