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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user