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