blob: 2274cddd24f527d4bcb6a147d0afe9fc919f4592 [file] [log] [blame]
Wenzel Jakobbe0e8342015-10-01 16:48:34 +02001Constructing Example12..
2Original implementation of Example12::run(state=10, value=20)
330
4Caught expected exception: Tried to call pure virtual function "pure_virtual"
5Constructing 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..