Language
C++
Compiler
gcc 5.4.0
Options
Warnings
Optimization
Boost 1.69.0
C++14
-pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.69.0/gcc-5.4.0/include -std=c++14 -pedantic
0, -1
1, -2
2, -3
0, -1, a
1, -2, b
2, -3, c
Exit Code:
0