mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 16:12:09 +00:00
More bug fixes.
This commit is contained in:
@@ -67,6 +67,7 @@ struct test_my_vector {
|
||||
// Binary vector operations resulting in a vector
|
||||
initialize_vector (v1);
|
||||
initialize_vector (v2);
|
||||
initialize_vector (v3);
|
||||
v3 = v1 + v2;
|
||||
std::cout << "v1 + v2 = " << v3 << std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user