
6 Jan
2009
6 Jan
'09
11:44 p.m.
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