Record Detail

Compile Error

/in/cleaner.cpp:113:30: error: result of comparison of constant 10 with expression of type 'bool' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
    if (erase[text.size()-1] != '\n') cout << '\n' << endl;
        ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~
1 error generated.
/in/Compile/Makefile:44: recipe for target 'buildCleaner' failed
make: *** [buildCleaner] Error 1

Information

Submit By
Type
Submission
Homework
Project Five: List, Stack, and Queue
Language
C++
Submit At
2020-12-14 21:57:50
Judged At
2020-12-14 21:57:50
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes