Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Optimization
Boost 1.79.0
C++11
-pedantic
Raw compiler options
-fno-elide-constructors
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.79.0-gcc-11.1.0/include -std=c++11 -pedantic -fno-elide-constructors
string constructor a
string constructor b
string constructor c
string constructor e
add
string constructor f
move constructor
destructor f
add
string constructor f
move constructor
destructor f
move assignment to:e from:
destructor
destructor
after add
move constructor
destructor e
move constructor
destructor
destructor
destructor c
destructor b
destructor a
Exit Code:
0