$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [MSM] exception_caught question
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2017-06-05 14:50:46
Hi *,
I found that answer for exceptions which can occur during the processing:
https://listarchives.boost.org/boost-users/2012/03/73904.php
Here is handled the case that exception is derived from std::exception.
What happens if not?
Can the parameter be changed to std::exception_ptr or just a template
parameter?
Thanks for help,
Ovanes