Boost logo

Boost :

From: Jason Hise (chaos_at_[hidden])
Date: 2005-11-01 16:13:55


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk