Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2020-07-27, Execution Team 2020-08-10
Description
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.