more smart pointers + extend fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6918 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
533b36c15d
commit
d13e837d8e
3 changed files with 42 additions and 2 deletions
|
|
@ -22,3 +22,13 @@ if b.hello() != p.hello():
|
|||
|
||||
|
||||
|
||||
d = DFoo()
|
||||
|
||||
dp = DPtrFoo(d)
|
||||
|
||||
if d.SExt(1) != dp.SExt(1):
|
||||
raise RuntimeError
|
||||
|
||||
if d.Ext(1) != dp.Ext(1):
|
||||
raise RuntimeError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue