mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2025-03-24 08:10:19 +08:00
commit
7ce2f46158
@ -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