29 Oct
2013
29 Oct
'13
7:20 p.m.
On Tue, Oct 29, 2013 at 12:00 PM, Jeff Flinn
template< typename E > void f14(coro_void_void::caller_type & , E const& e) { throw e; }
I haven't checked but if boost::exception_ptr is used to transport this exception to another thread, then you should call boost::throw_exception instead of using throw directly. -- Emil Dotchevski Reverge Studios, Inc. http://www.revergestudios.com/reblog/index.php?n=ReCode