updated reference output

This commit is contained in:
Wenzel Jakob
2015-10-01 16:48:34 +02:00
parent 6c698fec59
commit be0e834b82
12 changed files with 470 additions and 94 deletions

11
example/example12.ref Normal file
View File

@@ -0,0 +1,11 @@
Constructing Example12..
Original implementation of Example12::run(state=10, value=20)
30
Caught expected exception: Tried to call pure virtual function "pure_virtual"
Constructing Example12..
ExtendedExample12::run(20), calling parent..
Original implementation of Example12::run(state=11, value=21)
32
ExtendedExample12::pure_virtual(): Hello world
Destructing Example12..
Destructing Example12..