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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user