Test shared_ptr upcasts in Python

This commit is contained in:
William S Fulton 2020-01-24 19:54:29 +00:00
parent b3da344765
commit 45963937d5
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
from cpp11_shared_ptr_template_upcast import *
pd = MakePrintableDerived(20)
pd.GetResult()
pd.GetFormatted()