このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
visus
/
scope-guard
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Todo removed as there's an issue for this.
main
offa
7年前
親
54190db19e
コミット
c9bfe16f6e
1個のファイルの変更
、
0行の追加
、
1行の削除
分割表示
差分情報を表示
+0
-1
include/scope_guard.h
+ 0
- 1
include/scope_guard.h
ファイルの表示
@@ -48,7 +48,6 @@ namespace sr
explicit scope_guard_t(D&& deleter) : m_deleter(deleter),
m_execute_on_destruction(true)
{
// TODO: Handle copying correctly (#41)
}
書き込み
プレビュー
読み込み中…
キャンセル
保存