From 39a99d89f3209c21b2ebf38368f7fee1cc52551b Mon Sep 17 00:00:00 2001 From: Cthulhu <1948638989@qq.com> Date: Sun, 20 Nov 2016 17:09:34 +0800 Subject: [PATCH] =?UTF-8?q?misc=EF=BC=9Afix=20path=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db49e00..897a17a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 3. [Item 2:理解decltype[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/1.DeducingTypes/item3.md) 3. [Item 2:学会查看类型推导结果[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/1.DeducingTypes/item4.md) 2. auto - 1. [Item 5:优先考虑auto而非显式类型声明[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/1.auto/item5.md) + 1. [Item 5:优先考虑auto而非显式类型声明[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/2.auto/item5.md) ## 翻译相关 + constness译为常量性,volatitleness译为易变性,reference-ness视情况直接译为引用