Quote Originally Posted by murdercityriot View Post
I'm not using MSVC, I'm using the ISO compliant CodeWarrior compiler.
Yeah sorry about that.

I'm not sure what you mean about the type of a_elem.
Your class is a template class, so I wanted to know what you instantiated the class with.
You know, gmListDouble<?>.
That would explain what the type of T is, since GetNext takes an argument of type const T*, so it would help.