#include <boost/exception_ptr.hpp>
namespace boost { exception_ptr current_exception(); }
The current_exception function must not be called outside of a catch block.
Nothing.