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:
parent
4b9ef9bc99
commit
e629b192e2
5 changed files with 20 additions and 28 deletions
|
|
@ -1,7 +1,9 @@
|
|||
%module using_namespace_loop
|
||||
|
||||
%inline {
|
||||
namespace A {}
|
||||
namespace A {
|
||||
struct Foo;
|
||||
}
|
||||
|
||||
namespace B {
|
||||
using namespace A;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue