tmp/tmpfh1p6hhm/{from.md → to.md}
RENAMED
|
@@ -6,10 +6,11 @@ namespace std {
|
|
| 6 |
public:
|
| 7 |
Init();
|
| 8 |
Init(const Init&) = default;
|
| 9 |
~Init();
|
| 10 |
Init& operator=(const Init&) = default;
|
|
|
|
| 11 |
private:
|
| 12 |
static int init_cnt; // exposition only
|
| 13 |
};
|
| 14 |
}
|
| 15 |
```
|
|
|
|
| 6 |
public:
|
| 7 |
Init();
|
| 8 |
Init(const Init&) = default;
|
| 9 |
~Init();
|
| 10 |
Init& operator=(const Init&) = default;
|
| 11 |
+
|
| 12 |
private:
|
| 13 |
static int init_cnt; // exposition only
|
| 14 |
};
|
| 15 |
}
|
| 16 |
```
|