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:
Gonzalo Garramuno 2007-05-05 11:19:54 +00:00
commit f92ebdbe07
5 changed files with 73 additions and 39 deletions

View file

@ -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}" )