Closed pgoodman closed 10 years ago
I used ListHead early on to avoid code duplication, but in hindsight I think this was a poor decision. I think a simple List or ListHead template should be provided, where all methods are inline and there is no messy pointer arithmetic.
ListHead
List
This will be resolved in the next major commit to the poly_code branch.
poly_code
I used
ListHead
early on to avoid code duplication, but in hindsight I think this was a poor decision. I think a simpleList
orListHead
template should be provided, where all methods are inline and there is no messy pointer arithmetic.