소스 검색

Braces added.

main
offa 7 년 전
부모
커밋
48384ec9e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +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();
}

Loading…
취소
저장