質問編集履歴

1

operator<<内のreturn *thisの記載忘れ

2020/01/31 21:26

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -72,6 +72,8 @@
72
72
 
73
73
  std::cout << std::endl;
74
74
 
75
+ return *this;
76
+
75
77
  }
76
78
 
77
79
  };