$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Futures Review - future exceptions and boost::exception
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-06 17:38:58
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.
In Christ,
Steven Watanabe