In file included from /in/compile/Dlist.h:80:0,
from /in/compile/dlist_driver.cpp:6:
/in/DlistImpl.h: In member function 'void Dlist<T>::copyAll(const Dlist<T>&)':
/in/DlistImpl.h:60:9: error: expected ',' or ';' before 'this'
this->insertBack(tempop);
^~~~
/in/DlistImpl.h: In instantiation of 'void Dlist<T>::copyAll(const Dlist<T>&) [with T = int]':
/in/DlistImpl.h:69:12: required from 'Dlist<T>::Dlist(const Dlist<T>&) [with T = int]'
/in/compile/dlist_driver.cpp:124:27: required from here
/in/DlistImpl.h:59:12: error: unused variable 'tempop' [-Werror=unused-variable]
T *tempop = new T(*temp->op)
^~~~~~
cc1plus: all warnings being treated as errors
/in/compile/Makefile:10: recipe for target 'buildDlist' failed
make: *** [buildDlist] Error 1