Language
C++
Compiler
gcc HEAD 10.0.0 20191203 (experimental)
Options
Warnings
Boost 1.71.0
C++17
-pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/gcc-head/include -std=c++17 -pedantic
type_list<type_pair<int, int>, type_pair<int, float>, type_pair<int, short>, type_pair<float, int>, type_pair<float, float>, type_pair<float, short>, type_pair<short, int>, type_pair<short, float>, type_pair<short, short> >
Exit Code:
0