質問編集履歴
1
不足分の説明を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -42,7 +42,8 @@
|
|
42
42
|
public:
|
43
43
|
TestClass3() {};
|
44
44
|
~TestClass3() {};
|
45
|
+
|
45
|
-
|
46
|
+
static tmp1 tmp4(){ tmp1 b; return b;}
|
46
47
|
void Hello3(void){ TRACE("hello3 \n"); return; }
|
47
48
|
};
|
48
49
|
}
|