Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Don't Use Boost
C++2b
-pedantic-errors
Raw compiler options
-pedantic
-Werror=pedantic
-O0
$ g++ prog.cc -Wall -Wextra -std=c++2b -pedantic-errors -pedantic -Werror=pedantic -O0
hello world from sigcpp
Exit Code:
0