質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
```C++
|
20
20
|
#include <iostream>
|
21
|
-
template<class
|
21
|
+
template<class T>
|
22
22
|
class Foo {
|
23
23
|
private:
|
24
24
|
friend class Foo;
|