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