Created
August 15, 2019 20:17
-
-
Save kostja/14e34c96b7781632929f27c005f4e097 to your computer and use it in GitHub Desktop.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kostja@atlas ~ % g++ main2.cc; ./a.out
0x7ffe3a866800::Base()
0x55875c7a6284::Base(Base&)
0x7ffe3a866800::~Base()
0x7ffe3a866800::Base()
0x7ffe3a866800::Dervied()
0x55875c7a62a4::Base()
0x55875c7a62a4::Dervied(Derived&)
0x7ffe3a866800::~Dervied()
0x7ffe3a866800::~Base()
foo = bar;
0x55875c7a6284::~Base()
return 0;
0x55875c7a62a4::~Dervied()
0x55875c7a62a4::~Base()
kostja@atlas ~ %