Language
C++
Compiler
gcc 8.3.0
Options
Warnings
Boost 1.70.0
C++17
-pedantic
Raw compiler options
-Weffc++
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-8.3.0/include -std=c++17 -pedantic -Weffc++
Result:
total 20
drwx------ 2 cattleshed cattleshed 4096 Aug 13 17:50 .
drwxr-xr-x 3 cattleshed cattleshed 60 Aug 13 17:50 ..
-rw------- 1 cattleshed cattleshed 352 Aug 13 17:50 prog.cc
-rwxr-xr-x 1 cattleshed cattleshed 9536 Aug 13 17:50 prog.exe
Exit Code:
0