Skip to content

Commit

Permalink
Update ex7_13.cpp
Browse files Browse the repository at this point in the history
I think maybe you forgot to print the last item
  • Loading branch information
zhuanggengzhen committed Sep 27, 2015
1 parent 791ee4e commit 6141418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch07/ex7_13.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ int main()
total = trans;
}
}
print(std::cout, total) << std::endl;
}
else
{
Expand Down

0 comments on commit 6141418

Please sign in to comment.