Explorar el Código

Braces added.

main
offa hace 7 años
padre
commit
48384ec9e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      include/scope_guard_base.h

+ 1
- 1
include/scope_guard_base.h Ver fichero

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

Cargando…
Cancelar
Guardar