From 1633b240c08175bef560ac56e8d34d6756ad5c1d Mon Sep 17 00:00:00 2001 From: cheng668 <414866271@qq.com> Date: Tue, 30 Aug 2016 09:50:04 +0800 Subject: [PATCH] Update main.cpp --- ch16/ex16.65.66.67/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch16/ex16.65.66.67/main.cpp b/ch16/ex16.65.66.67/main.cpp index 2d1515e1..dacd959a 100644 --- a/ch16/ex16.65.66.67/main.cpp +++ b/ch16/ex16.65.66.67/main.cpp @@ -63,7 +63,7 @@ template<> std::string debug_rep(const char* str) { std::string ret(str); - return str; + return ret; } //! template specialization