Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc HEAD 10.0.1 20200318 (experimental)

Options
Warnings
Boost 1.72.0
C++17
no pedantic
Raw compiler options
-O3

Author

anonymous

about 6 years ago

noname-1.cpp

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-head/include -std=c++17 -O3
Vector1 contains : 1 2 3 4 5
Vector2 contains : 7 7 7 7 7

Vector2 contains after std::move function: 7 1 2 3 4
Exit Code:
0