Language
C++
Compiler
clang HEAD 7.0.0 (https://github.com/llvm-mirror/clang.git 85ba0ebee1bb4c1f88787be717a73da8099f8f24) (https://github.com/llvm-mirror/llvm.git 98e0a453a76293fdf48293db2a7c1b548024381f)
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
Raw compiler options
-Weverything
-Wno-reserved-id-macro
-Wno-c++98-compat
-Wno-c++98-compat-pedantic
-Wno-missing-prototypes
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-head/include -std=gnu++2a -Weverything -Wno-reserved-id-macro -Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-missing-prototypes
a = 1, b = 3, c = 3
Exit Code:
0