Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
visus
/
scope-guard
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Braces added.
main
offa
8 vuotta sitten
vanhempi
176180601d
commit
48384ec9e8
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
+1
-1
include/scope_guard_base.h
+ 1
- 1
include/scope_guard_base.h
Näytä tiedosto
@@ -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…
Peruuta
Tallenna