Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Optimization
Boost 1.79.0
C++17
-pedantic
Raw compiler options
-fno-elide-constructors
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=c++17 -pedantic -fno-elide-constructors
The constructor ( test(int p) ) was called: 0x7ffd7944fcbf
The constructor ( test(test && c) ) was called: 0x7ffd7944fcef
The distructor was called: 0x7ffd7944fcbf
The distructor was called: 0x7ffd7944fcef
Exit Code:
0