another case
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f152262d7a
commit
5993e83ee4
2 changed files with 12 additions and 1 deletions
|
|
@ -38,9 +38,11 @@ if va[3].f(1) != 8:
|
|||
ip = PtrInt()
|
||||
ap = new_ArrInt(10)
|
||||
|
||||
vi = IntPtrVector((ip,ap,None,(2,3)))
|
||||
vi = IntPtrVector((ip,ap,None))
|
||||
|
||||
if vi[1] != ap:
|
||||
raise RuntimeError,"bad std::vector<int*> mapping"
|
||||
|
||||
|
||||
|
||||
a = halfs([10,8,4,3])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue