
1 Nov
2005
1 Nov
'05
9:13 p.m.
Reece Dunn wrote:
Jason Hise wrote:
template < typename Type > struct active : private Type { active( [...] );
template < typename ReturnType [, ...] > future < ReturnType > enqueue( ReturnType (Type::*func) ( [...] ) [, ...] ); };
It would be nicer to have the more natural, intuitive syntax for invoking methods which you could do by making use of boost::function like the interface library does.
What kind of syntax precisely are you referring to? Also, where is the interface library located? -Jason