Skip to content

Commit

Permalink
Update ex10_34_35_36_37.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatWLB authored Jan 12, 2017
1 parent 8434d4b commit f10c2d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ch10/ex10_34_35_36_37.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ inline void r_print(const std::vector<std::string>& v)
inline void r_withOrdinary_print(const std::vector<std::string>& v)
{
for (auto iter = v.end(); iter != v.begin();)
std::cout << *--iter << " ";

std::cout << *--iter << " ";
}

//! Exercise 10.36
Expand Down

0 comments on commit f10c2d8

Please sign in to comment.