Skip to content

Conversation

@tinyvan
Copy link
Contributor

@tinyvan tinyvan commented Jul 31, 2020

说明

如本PR所示的代码中:

auto auto_arr2[10]=arr;

改为:

auto auto_arr2[10]={arr};

便于读者理解auto不能推导数组类型

变化箱单

  • 修改了 第二章中有关auto章节

参考文献

#111

TinyWang added 3 commits July 17, 2020 18:36
StackOverflow is the true girlfriend of programmers!
@tinyvan
Copy link
Contributor Author

tinyvan commented Jul 31, 2020

@changkun 大佬可否教一下提PR,我不明白为什么这个PR有3个commit,我只修改了一个的。。。

@tinyvan
Copy link
Contributor Author

tinyvan commented Jul 31, 2020

真的难受,github比写代码都难的说

@changkun changkun added the bug label Aug 10, 2020
@changkun changkun merged commit 5e44fc5 into changkun:master Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants