2
0
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:
Michael Stevens
2005-07-01 22:37:30 +00:00
parent c1ce171494
commit b479889772

View File

@@ -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;
}
};