mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-23 04:02:10 +00:00
all type default constructed with init
This commit is contained in:
@@ -36,6 +36,7 @@ struct test_my_matrix {
|
||||
|
||||
// Default Construct
|
||||
MP default_constuct;
|
||||
initialize_matrix (default_constuct);
|
||||
std::cout << "default construct = " << default_constuct << std::endl;
|
||||
|
||||
// Copy and swap
|
||||
|
||||
Reference in New Issue
Block a user