質問するログイン新規登録

質問編集履歴

1

2020/02/25 09:53

投稿

CID8705
CID8705

スコア36

title CHANGED
File without changes
body CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ```C++
20
20
  #include <iostream>
21
- template<class _Ty>
21
+ template<class T>
22
22
  class Foo {
23
23
  private:
24
24
  friend class Foo;