Language
C++
Compiler
gcc HEAD 9.0.0 20181209 (experimental)
Options
Warnings
Optimization
Boost 1.68.0
C++14(GNU)
no pedantic
Raw compiler options
-O3
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.68.0/gcc-head/include -std=gnu++14 -O3access to values:
0-th row:
0,0,Foo
0,1,Foo
0,2,Foo
0,3,Foo
0,4,Foo
1-th row:
1,0,Foo
1,1,Foo
1,2,Foo
1,3,Foo
1,4,Foo
test 4th column accessor.
0,3
1,3
test 2nd row accessor.
1,0
1,1
1,2
1,3
1,4
Exit Code:
0