remove std::set from new extended functions, as
it was failing due to non-assignable iterator. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9774 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1c46a18c50
commit
f92ebdbe07
5 changed files with 73 additions and 39 deletions
|
|
@ -18,7 +18,7 @@ require 'newobject2'
|
|||
include Newobject2
|
||||
|
||||
GC.track_class = Foo
|
||||
GC.stats
|
||||
GC.stats if $VERBOSE
|
||||
100.times { foo1 = makeFoo }
|
||||
GC.stats if $VERBOSE
|
||||
swig_assert( 'fooCount == 100', nil, "but is #{fooCount}" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue