
6 Jan
2009
6 Jan
'09
11:28 p.m.
----- Original Message ----- From: "Steven Watanabe" <watanabesj@gmail.com> To: <boost@lists.boost.org> Sent: Tuesday, January 06, 2009 11:40 PM Subject: Re: [boost] 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. Vicente