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:133:9: error: reference to non-static member function must be called
    if(!isEmpty){
        ^~~~~~~
/in/dlist_impl.h:139:36: error: expected ';' after do/while statement
        }while (current != l.first)
                                   ^
                                   ;
2 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 20:51:10
Judged At
2022-12-17 20:51:10
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes