Language
C++
Compiler
gcc 9.2.0
Options
Warnings
Optimization
Boost 1.72.0
C++17(GNU)
-pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.72.0/gcc-9.2.0/include -std=gnu++17 -pedantic size = 9
capacity = 15
txt[0] = 0x73
txt[1] = 0x6f
txt[2] = 0x6d
txt[3] = 0x65
txt[4] = 0x20
txt[5] = 0x74
txt[6] = 0x65
txt[7] = 0x78
txt[8] = 0x74
txt[9] = 0x0
txt[10] = 0x0
txt[11] = 0x0
txt[12] = 0x0
txt[13] = 0x0
txt[14] = 0x0
Exit Code:
0