Language
C++
Compiler
clang HEAD 6.0.0 (https://github.com/llvm-mirror/clang.git caef7029e6dd8cfb6e92aaf2fa88ca154e0255a8) (https://github.com/llvm-mirror/llvm.git 3ef03332d0ece65bc0990ba078843fce31618256)
Options
Warnings
Optimization
Boost 1.65.1
C++2a(GNU)
no pedantic
Raw compiler options
-Wno-missing-field-initializers
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.65.1/clang-head/include -std=gnu++2a -Wno-missing-field-initializers
test::test()
Hello World!
1, 2, 3,
Welcome to the New World!
field 0: 5test1
field 1: NSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE
field 2: NSt3__16vectorIiNS_9allocatorIiEEEE
Exit Code:
0