I have the following source code with a compiler error. Its obvious what I'm trying to do so I won't try explaining besides by saying that the type node<N>*
being returned is not the correct type because it is a template and thats creating a conflict with the session*
object. Heres the error.
linked_list_1.cpp|17|error: cannot convert 'node<session*>*' to 'session*' in assignment|