Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Don't Use Boost
C++11
-pedantic
Raw compiler options
-Dsome=
-Dcondition=int i=0; i<1; i++
-DPhone1=phone1
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic -Dsome= -Dcondition=int i=0; i<1; i++ -DPhone1=phone1
Exit Code:
0