Record Detail

Compile Error

/in/calc.cpp:81:25: error: requested alignment is less than minimum alignment of 8 for type 'int *'
                        alignas(4) int *temp = stack->removeFront();
                        ^
1 error generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2023-12-10 00:40:30
Judged At
2023-12-10 00:40:30
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes