From 21ac379840a5103040d8813b108db0495d409adc Mon Sep 17 00:00:00 2001 From: freezestudio Date: Thu, 23 Jun 2016 14:33:45 +0800 Subject: [PATCH] Update ReadMe.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http链接错误 --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 2d14185..9ea9a33 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1694,7 +1694,7 @@ void f(){ } ``` -这个例子在字面上“看起来”并没有什么问题,可惜编译器在编译的时候仍然提示出错了(http://goo.gl/zI42Zv): +这个例子在字面上“看起来”并没有什么问题,可惜编译器在编译的时候仍然提示出错了( http://goo.gl/zI42Zv ): ``` 5 : error: too many template arguments for class template 'DoWork'