This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
visus
/
scope-guard
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Braces added.
main
offa
пре 8 година
родитељ
176180601d
комит
48384ec9e8
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Покажи статистику Diff
+1
-1
include/scope_guard_base.h
+ 1
- 1
include/scope_guard_base.h
Прегледај датотеку
@@ -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…
Откажи
Сачувај