mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2025-01-28 04:40:30 +08:00
example code error
This commit is contained in:
parent
a71fbb9d7a
commit
a7af817643
@ -32,8 +32,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mutable bool rootsAreVaild() { false }; // initializers 的更多信息
|
mutable bool rootsAreVaild{ false }; // initializers 的更多信息
|
||||||
mutable RootsType rootVals() {}; // 请查看条款7
|
mutable RootsType rootVals{}; // 请查看条款7
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user