ソースを参照

Implementing this needs some more methods.

main
offa 7年前
コミット
d58748aacc
1個のファイルの変更1行の追加3行の削除
  1. +1
    -3
      include/unique_resource.h

+ 1
- 3
include/unique_resource.h ファイルの表示

@@ -96,9 +96,7 @@ namespace sr



unique_resource& operator=(unique_resource&& other)
{
}
unique_resource& operator=(unique_resource&& other);
unique_resource& operator=(const unique_resource&) = delete;



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