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:107:5: error: use of undeclared identifier 'removeALl'; did you mean 'removeAll'?
    removeALl();
    ^~~~~~~~~
    removeAll
/in/dlist_impl.h:99:16: note: 'removeAll' declared here
void Dlist<T>::removeAll(){
               ^
1 error generated.
/in/Compile/Makefile:29: recipe for target 'buildDlistPretest' failed
make: *** [buildDlistPretest] Error 1

Information

Submit By
Type
Submission
Homework
Project5
Language
C++
Submit At
2024-04-29 17:58:36
Judged At
2024-04-29 17:58:36
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes