Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
scope-guard
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Braces added.
main
offa
8 anos atrás
pai
176180601d
commit
48384ec9e8
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
include/scope_guard_base.h
+ 1
- 1
include/scope_guard_base.h
Ver arquivo
@@ -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();
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar