Advertisement
tinyevil

Untitled

Aug 2nd, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. void foo(vector<int>* v){
  2. bar(*v); // if this moves, the caller is fucked
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement