Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 8 years ago

Language

Compiler

Options

Author

anonymous

almost 8 years ago

$
base::g
derived::g
prog.cc:62:2: runtime error: downcast of address 0x7ffe193ed880 which does not point to an object of type 'derived'
0x7ffe193ed880: note: object is of type 'base'
 00 00 00 00  d0 ed 42 00 00 00 00 00  00 00 00 00 00 00 00 00  40 6c 42 00 00 00 00 00  30 28 3f 6d
              ^~~~~~~~~~~~~~~~~~~~~~~
              vptr for 'base'
prog.cc:62:30: runtime error: member call on address 0x7ffe193ed880 which does not point to an object of type 'derived'
0x7ffe193ed880: note: object is of type 'base'
derived:e
 00 00 00 00  d0 ed 42 00 00 00 00 00  00 00 00 00 00 00 00 00  40 6c 42 00 00 00 00 00  30 28 3f 6d
              ^~~~~~~~~~~~~~~~~~~~~~~
              vptr for 'base'
Exit Code:
0