We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f5940 commit cfda522Copy full SHA for cfda522
book/zh-cn/03-runtime.md
@@ -397,8 +397,8 @@ int main() {
397
398
int main() {
399
400
-std::string str = "Hello world.";
401
-std::vector<std::string> v;
+ std::string str = "Hello world.";
+ std::vector<std::string> v;
402
403
// 将使用 push_back(const T&), 即产生拷贝行为
404
v.push_back(str);
0 commit comments