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 = 11
capacity = 15
as C-str: "some_"
as C++ string: "some_ _text"
Exit Code:
0