ソースを参照

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,

読み込み中…
キャンセル
保存