Skip to content

Commit

Permalink
Merge pull request pezy#73 from cheng668/patch-5
Browse files Browse the repository at this point in the history
Update main.cpp
  • Loading branch information
pezy authored Aug 30, 2016
2 parents 5e03d64 + 1633b24 commit c5587b6
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 c5587b6

Please sign in to comment.