
6 Jan
2009
6 Jan
'09
11:27 p.m.
----- Original Message ----- From: "Steven Watanabe" <watanabesj@gmail.com> To: <boost@lists.boost.org> Sent: Tuesday, January 06, 2009 11:38 PM Subject: Re: [boost] Futures Review - future exceptions and boost::exception
AMDG
vicente.botet wrote:
Shouldn't future exceptions inherit from boost::exception in order to work with boost::throw_exception and be able to transfer these exception between threads?
boost::throw_exception requires inheritance from std::exception, not boost::exception.
You are right. Vicente