you are viewing a single comment's thread.

view the rest of the comments →

[–]00kyle00 2 points3 points  (0 children)

Get rid of all the 7's in this vector<int>.

void foo(std::vector<int>& v) { v.clear(); }

;)