-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Storage
-
Fully Compatible
-
ALL
-
Execution Team 2020-07-27, Execution Team 2020-08-10
The move constructor in the Head class calls std::move() on the Node class. However, the Head class has some additional variables that do not get moved, which we should include in the move constructor.