We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
感谢作者!刚读完第一章,几个小建议: 1、24页倒数第8行的注释貌似有点不对?模板参数是不是弄反了 2、24至25页这一段代码结束后,文字中说明最终推导出来的类型是f,而非f<>。可能是个人水平有限,确实没看懂,建议最好能稍作解释 3、35页开始走一遍完整的流程,内容都很好,但是候选函数序号原本是 1-7,排除第一个之后变成了 1-6,建议最好还是保留为 2-7,以免读者搞混
The text was updated successfully, but these errors were encountered:
非常感谢您的反馈!
g<double, int>(Tuple<int>, double)
f<int>
f<>
Sorry, something went wrong.
No branches or pull requests
感谢作者!刚读完第一章,几个小建议:
1、24页倒数第8行的注释貌似有点不对?模板参数是不是弄反了
2、24至25页这一段代码结束后,文字中说明最终推导出来的类型是f,而非f<>。可能是个人水平有限,确实没看懂,建议最好能稍作解释
3、35页开始走一遍完整的流程,内容都很好,但是候选函数序号原本是 1-7,排除第一个之后变成了 1-6,建议最好还是保留为 2-7,以免读者搞混
The text was updated successfully, but these errors were encountered: