blob: 3e00ba2378bbe784c937b9728d4bc96f2548f559 [file] [log] [blame]
Array3d v(1, 2, 3);
v += 5;
cout << v << endl;