7 Jan 00:44
Re: Futures Review - inheriting from futures
Steven Watanabe <watanabesj <at> gmail.com>
2009-01-06 23:44:01 GMT
2009-01-06 23:44:01 GMT
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
RSS Feed