소스 검색

Throw removed as this would call std::terminate() as noexcept evaluates

to true under any circumstances (see #58).
main
offa 7 년 전
부모
커밋
a92915998d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      include/unique_resource.h

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

@@ -87,7 +87,6 @@ namespace sr
catch( ... )
{
d(r);
throw;
}

template<class TR = R, class TD = D,

Loading…
취소
저장