Skip to content

Commit 4596393

Browse files
committed
Test shared_ptr upcasts in Python
1 parent b3da344 commit 4596393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from cpp11_shared_ptr_template_upcast import *
2+
3+
pd = MakePrintableDerived(20)
4+
pd.GetResult()
5+
pd.GetFormatted()

0 commit comments

Comments
 (0)