From 09efc8bd91059e265b3269bcfc48a4e431687f7c Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 4 Nov 2019 21:44:10 -0800 Subject: [PATCH] Fixing a typo --- include/boost/leaf/all.hpp | 6 +++--- include/boost/leaf/preload.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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