Language
C++
Compiler
gcc 7.2.0
Options
Warnings
Boost 1.67.0
C++11
no pedantic
Raw compiler options
-fno-elide-constructors
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-7.2.0/include -std=c++11 -fno-elide-constructors
copy constructor called
move ctor called
Exit Code:
0