diff --git a/include/boost/leaf/all.hpp b/include/boost/leaf/all.hpp index fd73f8c..2721a48 100644 --- a/include/boost/leaf/all.hpp +++ b/include/boost/leaf/all.hpp @@ -4061,7 +4061,7 @@ namespace boost { namespace leaf { int const err_id = last_id(); if( err_id==err_id_ ) { -#ifndef LEAF_NO_EXCEPTINS +#ifndef LEAF_NO_EXCEPTIONS if( std::uncaught_exception() ) leaf_detail::tuple_for_each_preload::trigger(p_,next_id()); #endif @@ -4149,7 +4149,7 @@ namespace boost { namespace leaf { int const err_id = last_id(); if( err_id==err_id_ ) { -#ifndef LEAF_NO_EXCEPTINS +#ifndef LEAF_NO_EXCEPTIONS if( std::uncaught_exception() ) leaf_detail::tuple_for_each_preload::trigger(d_,next_id()); #endif @@ -4231,7 +4231,7 @@ namespace boost { namespace leaf { int const err_id = last_id(); if( err_id==err_id_ ) { -#ifndef LEAF_NO_EXCEPTINS +#ifndef LEAF_NO_EXCEPTIONS if( std::uncaught_exception() ) leaf_detail::tuple_for_each_preload::trigger(a_,next_id()); #endif diff --git a/include/boost/leaf/preload.hpp b/include/boost/leaf/preload.hpp index 2186ab5..a0706ff 100644 --- a/include/boost/leaf/preload.hpp +++ b/include/boost/leaf/preload.hpp @@ -101,7 +101,7 @@ namespace boost { namespace leaf { int const err_id = last_id(); if( err_id==err_id_ ) { -#ifndef LEAF_NO_EXCEPTINS +#ifndef LEAF_NO_EXCEPTIONS if( std::uncaught_exception() ) leaf_detail::tuple_for_each_preload::trigger(p_,next_id()); #endif @@ -189,7 +189,7 @@ namespace boost { namespace leaf { int const err_id = last_id(); if( err_id==err_id_ ) { -#ifndef LEAF_NO_EXCEPTINS +#ifndef LEAF_NO_EXCEPTIONS if( std::uncaught_exception() ) leaf_detail::tuple_for_each_preload::trigger(d_,next_id()); #endif @@ -271,7 +271,7 @@ namespace boost { namespace leaf { int const err_id = last_id(); if( err_id==err_id_ ) { -#ifndef LEAF_NO_EXCEPTINS +#ifndef LEAF_NO_EXCEPTIONS if( std::uncaught_exception() ) leaf_detail::tuple_for_each_preload::trigger(a_,next_id()); #endif