Library 1

- Removed executable
- Version sent to the Professor.
This commit is contained in:
Alessandro Ferro 2021-04-10 10:47:52 +02:00
parent fef5b8ae75
commit d68ff24f42
3 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -27,7 +27,6 @@ List<Data>::Node::Node(Node&& moveFrom){
template <typename Data>
List<Data>::Node::Node(Data&& moveFrom){
std::swap(value, moveFrom);
}

Binary file not shown.