using <> when including lib files, fix char{ANY], add char FIXSIZE[ANY], fix pyfragments.swg, fixing *.swg and *.i names
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6250 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0420621ce7
commit
349e6bc6ee
29 changed files with 182 additions and 83 deletions
|
|
@ -2,8 +2,8 @@
|
|||
// std::map
|
||||
// Python implementation
|
||||
|
||||
%include std_pair.i
|
||||
%include std_container.i
|
||||
%include <std_pair.i>
|
||||
%include <std_container.i>
|
||||
|
||||
%define %std_map_methods_common(map)
|
||||
%std_container_methods(SWIG_arg(map));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue