Language
C++
Compiler
gcc HEAD 11.0.0 20200725 (experimental)
Options
Warnings
Don't Use Boost
C++17
no pedantic
Raw compiler options
-fno-elide-constructors
$ g++ prog.cc -Wall -Wextra -std=c++17 -fno-elide-constructors
A::A()
A::~A()
Exit Code:
0