Language
C++
Compiler
gcc HEAD 9.0.0 20180910 (experimental)
Options
Warnings
Boost 1.67.0
C++17
no pedantic
Raw compiler options
-Wno-implicit-fallthrough
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=c++17 -Wno-implicit-fallthrough
Hello, World! The answer is 42. Goodbye, World.
Exit Code:
0