blob: a25023fae409acf61ae5cfcc6aeb90953a9e82db [file] [log] [blame]
Wenzel Jakobbe0e8342015-10-01 16:48:34 +02001Constructing Example12..
2Original implementation of Example12::run(state=10, value=20)
330
Wenzel Jakob1e3be732016-05-24 23:42:05 +02004Caught expected exception: Tried to call pure virtual function "Example12::pure_virtual"
Wenzel Jakobbe0e8342015-10-01 16:48:34 +02005Constructing Example12..
6ExtendedExample12::run(20), calling parent..
7Original implementation of Example12::run(state=11, value=21)
832
jmabille9cfa71f2016-02-23 22:41:07 +01009ExtendedExample12::run_bool()
10False
Wenzel Jakobbe0e8342015-10-01 16:48:34 +020011ExtendedExample12::pure_virtual(): Hello world
12Destructing Example12..
13Destructing Example12..