From 993a89950211b82aae8a63504b9e4d79bd6faaf1 Mon Sep 17 00:00:00 2001 From: Cthulhu <1948638989@qq.com> Date: Wed, 23 Nov 2016 18:35:09 +0800 Subject: [PATCH] =?UTF-8?q?readme=EF=BC=9Aupdate?= 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 3277a9f..72774d2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 2. [Item 6:auto推导若非己愿,使用显式类型初始化惯用法](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/2.auto/item6.md) 3. 移步现代C++ 1. [Item 7:区别使用()和{}创建对象](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/3.MovingToModernCpp/item7.md) - 2. [Item 8:优先考虑nullptr而非0和NULL]((https://github.com/racaljk/EffectiveModernCppChinese/blob/master/3.MovingToModernCpp/item8.md)) + 2. [Item 8:优先考虑nullptr而非0和NULL](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/3.MovingToModernCpp/item8.md) 3. Item 9:优先考虑alias声明而非typedefs 4. Item 10:优先考虑域内enum而非域外enum 5. Item 11:优先考虑使用delete而非使用未定义的私有声明