mirror of https://github.com/xfarrow/lasd.git
Library 1
- Removed executable - Version sent to the Professor.
This commit is contained in:
parent
fef5b8ae75
commit
d68ff24f42
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.
Loading…
Reference in New Issue