mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2025-02-06 17:20:44 +08:00
fix link file name
This commit is contained in:
parent
029c342e0d
commit
2e698ace76
@ -46,7 +46,7 @@
|
||||
4. Item 26:避免重载通用引用
|
||||
5. Item 27:熟悉重载通用引用的替代品
|
||||
6. Item 28:理解引用折叠
|
||||
7. [Item 29:认识移动操作的缺点](https://github.com/kelthuzadx/EffectiveModernCppChinese/blob/master/5.RvalueReferences_MovingSemantics_And_PerfectForwarding/item29.md) __由 @wendajiang贡献__
|
||||
7. [Item 29:认识移动操作的缺点](https://github.com/kelthuzadx/EffectiveModernCppChinese/blob/master/5.RvalueReferences_MovingSemantics_And_PerfectForwarding/Item29.md) __由 @wendajiang贡献__
|
||||
8. Item 30:熟悉完美转发失败的情况
|
||||
6. Lambda表达式
|
||||
1. [Item 31:避免使用默认捕获模式](https://github.com/kelthuzadx/EffectiveModernCppChinese/blob/master/6.Lambda%20Expressions/item31.md) __由 @LucienXian贡献__
|
||||
@ -61,7 +61,7 @@
|
||||
5. Item 39:考虑对于单次事件通信使用void
|
||||
6. Item 40:对于并发使用std::atomic,volatile用于特殊内存区
|
||||
8. 微调
|
||||
1. [Item 41:对于那些可移动总是被拷贝的形参使用传值方式](https://github.com/kelthuzadx/EffectiveModernCppChinese/blob/master/8.Tweaks/item41.md) __由 @wendajiang贡献__
|
||||
1. [Item 41:对于那些可移动总是被拷贝的形参使用传值方式](https://github.com/kelthuzadx/EffectiveModernCppChinese/blob/master/8.Tweaks/Item41.md) __由 @wendajiang贡献__
|
||||
2. Item 42:考虑就地创建而非插入
|
||||
|
||||
## 贡献者
|
||||
|
Loading…
Reference in New Issue
Block a user