Language
C++
Compiler
clang HEAD 10.0.0 (https://github.com/llvm-mirror/clang.git 65acf43270ea2894dffa0d0b292b92402f80c8cb) (https://github.com/llvm-mirror/llvm.git 2c4ca6832fa6b306ee6a7010bfb80a3f2596f824)
Options
Warnings
Boost 1.71.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/clang-head/include -std=gnu++2a
digraph G {
0[label=A0];
1[label=A1];
2[label=A2];
3[label=""];
0->1 [label=""];
1->3 [label=""];
3->1 [label=""];
}
Exit Code:
0