2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-30 07:52:13 +00:00

Fixing a typo

This commit is contained in:
Emil Dotchevski
2019-11-04 21:44:10 -08:00
parent bf50e4a128
commit 09efc8bd91
2 changed files with 6 additions and 6 deletions

View File

@@ -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<sizeof...(E),decltype(p_)>::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<sizeof...(F),decltype(d_)>::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<sizeof...(F),decltype(a_)>::trigger(a_,next_id());
#endif

View File

@@ -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<sizeof...(E),decltype(p_)>::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<sizeof...(F),decltype(d_)>::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<sizeof...(F),decltype(a_)>::trigger(a_,next_id());
#endif