Library 2

bugfix and professor edited its tests
This commit is contained in:
Alessandro Ferro
2021-04-23 20:16:33 +02:00
parent 31570d2ad4
commit 67c0f1c0d5
17 changed files with 44 additions and 38 deletions

View File

@ -93,7 +93,6 @@ template <typename Data>
}
}
template <typename Data>
void Vector<Data>::Clear(){
delete[] Elements;