Merge pull request #28 from LucienXian/master

fix README
This commit is contained in:
kelthuzadx 2020-06-12 15:36:05 +08:00 committed by GitHub
commit fb5761305a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
7. Item 29:认识移动操作的缺点
8. Item 30:熟悉完美转发失败的情况
6. Lambda表达式
1. [Item 31:避免使用默认捕获模式](https://github.com/kelthuzadx/EffectiveModernCppChinese/blob/master/6.Lambda_Expressions/item31.md)
1. [Item 31:避免使用默认捕获模式](https://github.com/kelthuzadx/EffectiveModernCppChinese/blob/master/6.Lambda%20Expressions/item31.md)
2. Item 32:使用初始化捕获来移动对象到闭包中
3. Item 33:对于std::forward的auto&&形参使用decltype
4. Item 34:有限考虑lambda表达式而非std::bind