2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +00:00

all type default constructed with init

This commit is contained in:
Michael Stevens
2004-09-22 18:01:06 +00:00
parent c2c8d01081
commit 2dee8c540c
7 changed files with 15 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ struct test_my_vector {
// Default Construct
VP default_constuct;
initialize_vector (default_constuct);
std::cout << "default construct = " << default_constuct << std::endl;
// Copy and swap