소스 검색

Missing noexcept added (fixes #17).

main
offa 7 년 전
부모
커밋
aa331eceb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      include/scope_guard.h

+ 1
- 1
include/scope_guard.h 파일 보기

@@ -52,7 +52,7 @@ namespace sr
}


void release()
void release() noexcept
{
m_execute_on_destruction = false;
}

Loading…
취소
저장