Language
C++
Compiler
clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 1c1e6801d6e32a7cdba32a7865efa6b7027cbecb) (https://github.com/llvm-mirror/llvm.git b4adfc21eb738271491e524e99e033bdd8964fba)
Options
Warnings
Boost 1.69.0
C++17(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=gnu++17 1 2 3 4
1 2 3 4
a b c d
1 2 3 4
Exit Code:
0