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