Language
C++
Compiler
gcc 5.4.0
Options
Warnings
Boost 1.64.0
C++1z(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/gcc-5.4.0/include -std=gnu++1z
NonConst:aSimpleVector[0]=123
NonConst:aSimpleVector[1]=456
NonConst:aSimpleVector[2]=789
NonConst:aSimpleVector[1] chaged
Const :aSimpleVectorRef[0]=123
Const :aSimpleVectorRef[1]=55555
Const :aSimpleVectorRef[2]=789
Exit Code:
0