Language
C++
Compiler
clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 81fb2fbc3c4aca758a04162d4e8529dbb39b9fdb) (https://github.com/llvm-mirror/llvm.git 638f42a216c58bb1d8eafbd7755c4f8844653890)
Options
Warnings
Don't Use Boost
C++03
no pedantic
$ clang++ prog.cc -Wall -Wextra -std=c++98 hello, world!
hello, world!
hello, world!
Exit Code:
0