このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
visus
/
scope-guard
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Throw removed as this would call std::terminate() as noexcept evaluates
to true under any circumstances (see
#58
).
main
offa
7年前
親
98240eab8d
コミット
a92915998d
1個のファイルの変更
、
0行の追加
、
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,
書き込み
プレビュー
読み込み中…
キャンセル
保存