execution_monitor.hpp | 200 // ************** detail::translate_exception ************** // 204 class translate_exception : public translate_exception_base class in namespace:boost::detail 208 explicit translate_exception( ExceptionTranslator const& tr, base_ptr& next ) function in class:boost::detail::translate_exception 233 new detail::translate_exception<Exception,ExceptionTranslator>( tr,m_custom_translators ) );
|