| Wenzel Jakob | be0e834 | 2015-10-01 16:48:34 +0200 | [diff] [blame] | 1 | Constructing Example12.. |
| 2 | Original implementation of Example12::run(state=10, value=20) | ||||
| 3 | 30 | ||||
| 4 | Caught expected exception: Tried to call pure virtual function "pure_virtual" | ||||
| 5 | Constructing Example12.. | ||||
| 6 | ExtendedExample12::run(20), calling parent.. | ||||
| 7 | Original implementation of Example12::run(state=11, value=21) | ||||
| 8 | 32 | ||||
| 9 | ExtendedExample12::pure_virtual(): Hello world | ||||
| 10 | Destructing Example12.. | ||||
| 11 | Destructing Example12.. | ||||