Guest User

Untitled

a guest
Dec 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. void some_function(const std::vector<double> some_vec);
  2.  
  3. void some_function(const std::vector<double> &some_vec);
Add Comment
Please, Sign In to add comment