Language
C++
Compiler
gcc 7.2.0
Options
Warnings
Optimization
Boost 1.65.1
C++1z(GNU)
-pedantic
Raw compiler options
-Weffc++
-Wformat=2
-Wlogical-op
-Wnoexcept
-Wold-style-cast
-Woverloaded-virtual
-Wredundant-decls
-Wshadow
-Wsign-promo
-Wstrict-overflow=5
-Wstrict-null-sentinel
-Wswitch-default
-Wfloat-equal
-Wmissing-format-attribute
-Wunreachable-code
-fmerge-all-constants
-Wnull-dereference
-Wduplicated-cond
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.65.1/gcc-7.2.0/include -std=gnu++1z -pedantic -Weffc++ -Wformat=2 -Wlogical-op -Wnoexcept -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-promo -Wstrict-overflow=5 -Wstrict-null-sentinel -Wswitch-default -Wfloat-equal -Wmissing-format-attribute -Wunreachable-code -fmerge-all-constants -Wnull-dereference -Wduplicated-cond
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Exit Code:
0