Pitt-RAS / micromouse-2016

7 stars 6 forks source link

Queue implicitly stores pointers #76

Closed ghost closed 7 years ago

ghost commented 7 years ago

Modify the Queue so that it stores exactly the data type specified. This will make the Queue more appropriate for use in FloodFillPath and PathParser, where we really just want to store an enum value or an integer, rather than a pointer.

ghost commented 7 years ago

Completed by #95.