ソースを参照

Field made private.

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

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

@@ -100,7 +100,7 @@ namespace detail
scope_guard_base& operator=(scope_guard_base&&) = delete;


protected:
private:

EF m_exitFunction;
bool m_execute_on_destruction;

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