2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-20 03:02:13 +00:00

test the value of default construction. Either empty or full size (bounded_array)

[SVN r24865]
This commit is contained in:
Michael Stevens
2004-09-02 11:46:31 +00:00
parent e341edd30e
commit 417ac7712b
2 changed files with 14 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ struct test_my_matrix {
{
value_type t;
// Default Construct
MP default_constuct;
std::cout << "default construct = " << default_constuct << std::endl;
// Copy and swap
initialize_matrix (m1);
initialize_matrix (m2);