Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Optimization
Boost 1.83.0
C++2a
-pedantic-errors
Raw compiler options
-Wshadow
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.83.0-gcc-13.2.0/include -std=c++2a -pedantic-errors -WshadowExit Code:
1