Jason Rhinelander | b3f3d79 | 2016-07-18 16:43:18 -0400 | [diff] [blame^] | 1 | Constructing ExampleVirt.. |
| 2 | Original implementation of ExampleVirt::run(state=10, value=20) |
| 3 | 30 |
| 4 | Caught expected exception: Tried to call pure virtual function "ExampleVirt::pure_virtual" |
| 5 | Constructing ExampleVirt.. |
| 6 | ExtendedExampleVirt::run(20), calling parent.. |
| 7 | Original implementation of ExampleVirt::run(state=11, value=21) |
| 8 | 32 |
| 9 | ExtendedExampleVirt::run_bool() |
| 10 | False |
| 11 | ExtendedExampleVirt::pure_virtual(): Hello world |
| 12 | Destructing ExampleVirt.. |
| 13 | Destructing ExampleVirt.. |