Record Detail

Compile Error

In file included from /in/compile/Dlist.h:80:0,
                 from /in/compile/dlist_driver.cpp:6:
/in/DlistImpl.h: In member function 'T* Dlist<T>::removeBack()':
/in/DlistImpl.h:176:5: error: 't' was not declared in this scope
     t* result = victim->op;
     ^
/in/DlistImpl.h:176:8: error: 'result' was not declared in this scope
     t* result = victim->op;
        ^~~~~~
/in/compile/Makefile:10: recipe for target 'buildDlist' failed
make: *** [buildDlist] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2021-08-05 00:49:58
Judged At
2021-08-05 00:49:58
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes