Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item2 抄写错误 #157

Closed
zgjsxx opened this issue May 3, 2023 · 0 comments
Closed

Item2 抄写错误 #157

zgjsxx opened this issue May 3, 2023 · 0 comments

Comments

@zgjsxx
Copy link

zgjsxx commented May 3, 2023

这里是原版英文中的第二节的文字:
the type specifier is const auto. And here,

const auto& rx = x;

这里是翻译后的文字
类型说明符是const auto。另一个:

const auto & rx=cx;

可以看到原版是const auto& rx = x;,翻译后是const auto & rx=cx
这里抄写错误,建议修改

standback pushed a commit to standback/EffectiveModernCppChinese that referenced this issue Feb 5, 2024
const auto& rx = cx;
==>
const auto& rx = x;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant