2
0
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:
Jörg Walter
2003-02-12 20:24:54 +00:00
parent 5d0b130d54
commit 4ae29ffca5
61 changed files with 1378 additions and 254 deletions

View File

@@ -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;