mirror of https://github.com/swig/swig
Test shared_ptr upcasts in Python
This commit is contained in:
parent
b3da344765
commit
45963937d5
|
@ -0,0 +1,5 @@
|
|||
from cpp11_shared_ptr_template_upcast import *
|
||||
|
||||
pd = MakePrintableDerived(20)
|
||||
pd.GetResult()
|
||||
pd.GetFormatted()
|
Loading…
Reference in New Issue