ソースを参照

Braces added.

main
offa 8年前
コミット
48384ec9e8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      include/scope_guard_base.h

+ 1
- 1
include/scope_guard_base.h ファイルの表示



~scope_guard_base() noexcept(true) ~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(); m_exitFunction();
} }

読み込み中…
キャンセル
保存