Ver código fonte

Missing noexcept added (fixes #17).

main
offa 7 anos atrás
pai
commit
aa331eceb1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      include/scope_guard.h

+ 1
- 1
include/scope_guard.h Ver arquivo

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


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

Carregando…
Cancelar
Salvar