Greetings,
I am trying to perform a copy from one vector (vec1) to another vector (vec2) using the following 2 abbreviated lines of code (full test app follows):
Why not: vec2 = vec1; ?
vec2 = vec1;