mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
Library 1
- Removed executable - Version sent to the Professor.
This commit is contained in:
BIN
librerie/Ferro-Alessandro-N86002853(Esercizio1).zip
Normal file
BIN
librerie/Ferro-Alessandro-N86002853(Esercizio1).zip
Normal file
Binary file not shown.
@ -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.
Reference in New Issue
Block a user