Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
visus
/
scope-guard
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Braces added.
main
offa
8 anni fa
parent
176180601d
commit
48384ec9e8
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
include/scope_guard_base.h
+ 1
- 1
include/scope_guard_base.h
Vedi File
@@ -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();
}
Write
Preview
Loading…
Annulla
Salva