save before closing pc

This commit is contained in:
hugogogo
2022-06-05 13:26:53 +02:00
parent a4550a9bb9
commit 647b6eee25
2 changed files with 20 additions and 0 deletions

View File

@@ -191,6 +191,7 @@ std::cout << "inside assign(first, last)";
first++;
}
}
VT_TPL void VT::
assign( size_type n, const T & val )
{