Steven Watanabe | 7 Jan 00:44
Picon

Re: Futures Review - inheriting from futures

AMDG

vicente.botet wrote:
>>> In order to be able to inherit from futures, shouldn't the constructor(detail::future_object) or
constructor(detail::future_impl) be protected?
>>>   
>>>       
>> Why do you want to be able to inherit from futures?
>>     
>
> To extend their functionality.
>   

I'm afraid that the above statement is absolutely zero use to me.
future is not a polymorphic class, so you don't have anything
to override.  Do you a specific use that cannot (easily) be implemented
with the current interface?

In Christ,
Steven Watanabe

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane