Language
C++
Compiler
clang 7.0.0
Options
Warnings
Boost 1.69.0
C++17
no pedantic
Raw compiler options
-Wno-unused-parameter
-Wno-unused-variable
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-7.0.0/include -std=c++17 -Wno-unused-parameter -Wno-unused-variable
Exit Code:
0