Closed btwooton closed 6 years ago
Resolves #76
Fixed the missing return *this in the assignment operator of GCNode and included a unit test case in unit-GCNodeverifying the functionality of the assignment operator.
return *this
unit-GCNode
@bmwfire wait for the TravisCI build to finish before approving and/or merging
Your test case passes on your end? Should I also run it?
Resolves #76
Fixed the missing
return *this
in the assignment operator of GCNode and included a unit test case inunit-GCNode
verifying the functionality of the assignment operator.