소스 검색

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;

Loading…
취소
저장