Test shared_ptr upcasts in Python
This commit is contained in:
parent
b3da344765
commit
45963937d5
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
from cpp11_shared_ptr_template_upcast import *
|
||||
|
||||
pd = MakePrintableDerived(20)
|
||||
pd.GetResult()
|
||||
pd.GetFormatted()
|
||||
Loading…
Add table
Add a link
Reference in a new issue