mirror of
https://github.com/zh-google-styleguide/zh-google-styleguide.git
synced 2025-02-19 20:50:10 +08:00
fixed typo: inclues => includes
This commit is contained in:
parent
72ed583bad
commit
aac7c62895
@ -53,7 +53,7 @@ As an exception, a function template that is explicitly instantiated for all rel
|
||||
|
||||
定义:
|
||||
|
||||
所谓「前向声明」(forward declaration)是类,函数和模板的纯粹声明,没伴随着其定义。代码中用到了哪些 symbols, 往往可以用其前向声明来代替对应的 ``#inclues``.
|
||||
所谓「前向声明」(forward declaration)是类,函数和模板的纯粹声明,没伴随着其定义。代码中用到了哪些 symbols, 往往可以用其前向声明来代替对应的 ``#includes``.
|
||||
|
||||
优点:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user