소스 검색

Using the parameter.

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

+ 1
- 3
include/unique_resource.h 파일 보기

@@ -31,11 +31,9 @@ namespace sr

explicit unique_resource_t(Ressource&& res, Deleter&& deleter, bool shouldrun = true) noexcept : m_resource(std::move(res)),
m_deleter(std::move(deleter)),
m_execute_on_destruction(true)
m_execute_on_destruction(shouldrun)

{
static_cast<void>(res);
static_cast<void>(shouldrun);
}



Loading…
취소
저장