Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc 9.2.0

Options
Warnings
Boost 1.72.0
C++2a(GNU)
no pedantic

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.72.0/gcc-9.2.0/include -std=gnu++2a
Example constructor 1...
Foo ctor
~Foo dtor

Example constructor 2...
Foo ctor
D non-const copy ctor
D move ctor 
D move ctor 
D is deleting a Foo
~Foo dtor

Example constructor 3...
Foo ctor
D2 is deleting a Foo
~Foo dtor
Exit Code:
0