Fixed the argument counts passed to SWIG_Python_UnpackTuple for varargs.

Removed obsolete methods from std_map.i and pyiterators.swg.

Added builtin-check target to python test suite Makefile.

Fixed using_namespace_loop.i so that the generated wrappers will compile.



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12644 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Stefan Zager 2011-04-29 18:25:16 +00:00
commit e629b192e2
5 changed files with 20 additions and 28 deletions

View file

@ -1,7 +1,9 @@
%module using_namespace_loop
%inline {
namespace A {}
namespace A {
struct Foo;
}
namespace B {
using namespace A;