Explorar el Código

Missing noexcept added (fixes #17).

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

+ 1
- 1
include/scope_guard.h Ver fichero

@@ -52,7 +52,7 @@ namespace sr
}


void release()
void release() noexcept
{
m_execute_on_destruction = false;
}

Cargando…
Cancelar
Guardar