Record Detail

Compile Error

In file included from /in/Compile/dlist_pre.cpp:2:
In file included from /in/Compile/dlist.h:78:
/in/dlist_impl.h:40:8: error: reference to non-static member function must be called
    if(isEmpty){
       ^~~~~~~
/in/dlist_impl.h:57:8: error: reference to non-static member function must be called
    if(isEmpty){
       ^~~~~~~
/in/dlist_impl.h:80:12: error: reference to non-static member function must be called
    while(!isEmpty){
           ^~~~~~~
/in/dlist_impl.h:81:9: error: reference to non-static member function must be called
        removeFront;
        ^~~~~~~~~~~
/in/dlist_impl.h:101:5: error: reference to non-static member function must be called
    removeAll;
    ^~~~~~~~~
5 errors generated.
/in/Compile/Makefile:29: recipe for target 'buildDlistPretest' failed
make: *** [buildDlistPretest] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2022-12-17 19:44:53
Judged At
2022-12-17 19:44:53
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes