mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-19 14:52:17 +00:00
No need to init for default constructor
[SVN r29869]
This commit is contained in:
@@ -15,7 +15,6 @@ struct default_construct
|
||||
static void test ()
|
||||
{
|
||||
E default_constuct;
|
||||
initialize_vector (default_constuct);
|
||||
std::cout << "default construct = " << default_constuct << std::endl;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user