回答編集履歴

1

fix typo

2016/03/10 12:16

投稿

yohhoy
yohhoy

スコア6191

test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  Z2(int, int) {} // 非explicit
82
82
 
83
- Z2(const Z1&) = delete;
83
+ Z2(const Z2&) = delete;
84
84
 
85
85
  };
86
86