質問編集履歴
1
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
class DataStore<T*> {
|
|
44
44
|
private:
|
|
45
45
|
T* mValue;
|
|
46
|
+
// int init;
|
|
46
47
|
public:
|
|
47
48
|
explicit DataStore(T* value) : mValue(value) {}
|
|
48
49
|
void Print() const;
|