浏览代码

Field made private.

main
offa 8 年前
父节点
当前提交
77be07b655
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      include/scope_guard_base.h

+ 1
- 1
include/scope_guard_base.h 查看文件

scope_guard_base& operator=(scope_guard_base&&) = delete; scope_guard_base& operator=(scope_guard_base&&) = delete;




protected:
private:


EF m_exitFunction; EF m_exitFunction;
bool m_execute_on_destruction; bool m_execute_on_destruction;

正在加载...
取消
保存