3 Jul
2013
3 Jul
'13
5:12 p.m.
Le 03/07/13 17:34, Niall Douglas a écrit :
I didn't report it yet because (a) Nov 2012 CTP isn't production and (b) I'm hoping to persuade Vicente to add some new member functions to boost::shared_future<> to let me retrieve the exception_ptr instead of having to always do a try { future.get(); } catch(...) { push_back(make_into_boost(std::current_exception()); }. Which obviously takes much of the load off the exception handling runtime. Hi Niall,
please start a new thread related to your wish. Best, Vicente