Language
C++
Compiler
gcc HEAD 10.0.1 20200318 (experimental)
Options
Warnings
Boost 1.72.0
C++17
no pedantic
Raw compiler options
-O3
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-head/include -std=c++17 -O3Vector1 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