offa пре 7 година
родитељ
комит
48384ec9e8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      include/scope_guard_base.h

+ 1
- 1
include/scope_guard_base.h Прегледај датотеку

@@ -79,7 +79,7 @@ namespace detail

~scope_guard_base() noexcept(true)
{
if( m_execute_on_destruction == true && this->should_execute() == true )
if( (m_execute_on_destruction == true) && (this->should_execute() == true) )
{
m_exitFunction();
}

Loading…
Откажи
Сачувај