Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C++

Compiler

gcc 4.8.1

Options
Warnings
Don't Use Boost
C++11
no pedantic
Raw compiler options
-fno-elide-constructors

Author

anonymous

about 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++11 -fno-elide-constructors
A::A()
A::A(A&&)
A::~A()
A::~A()
Exit Code:
0