Przeglądaj źródła

Braces added.

main
offa 7 lat temu
rodzic
commit
48384ec9e8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      include/scope_guard_base.h

+ 1
- 1
include/scope_guard_base.h Wyświetl plik

@@ -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();
}

Ładowanie…
Anuluj
Zapisz