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