Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng668 authored Aug 30, 2016
1 parent 5e03d64 commit 1633b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch16/ex16.65.66.67/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ template<>
std::string debug_rep(const char* str)
{
std::string ret(str);
return str;
return ret;
}

//! template specialization
Expand Down

0 comments on commit 1633b24

Please sign in to comment.