You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
445 B

  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 "Example12::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::run_bool()
  10. False
  11. ExtendedExample12::pure_virtual(): Hello world
  12. Destructing Example12..
  13. Destructing Example12..