Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 1 year ago

Language

C++

Compiler

gcc 12.2.0

Options
Warnings
Boost 1.81.0
C++2b(GNU)
no pedantic

Author

anonymous

over 1 year ago

$ 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