Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Optimization
Boost 1.78.0
C++17
-pedantic
Raw compiler options
-fno-elide-constructors
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.78.0-gcc-11.1.0/include -std=c++17 -pedantic -fno-elide-constructors
before f()
constructor
after f()
destructor
Exit Code:
0