Language
C++
Compiler
gcc 12.2.0
Options
Warnings
Boost 1.81.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.81.0-gcc-12.2.0/include -std=gnu++2b
Vector before:
a b c d e
Vector after:
a b c e
Memory contents:
a
b
c
e
e
The last original element was not zeroed.
Exit Code:
0