example code error

This commit is contained in:
文佳鹏
2020-06-01 15:52:38 +08:00
committed by GitHub
parent a71fbb9d7a
commit a7af817643

View File

@@ -32,8 +32,8 @@ public:
}
private:
mutable bool rootsAreVaild() { false }; // initializers 的更多信息
mutable RootsType rootVals() {}; // 请查看条款7
mutable bool rootsAreVaild{ false }; // initializers 的更多信息
mutable RootsType rootVals{}; // 请查看条款7
};
```