add stl.i files for each language to prevent improper includes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8229 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9b98829ffe
commit
e222e63bc2
4 changed files with 30 additions and 0 deletions
7
Lib/python/stl.i
Normal file
7
Lib/python/stl.i
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* initial STL definition */
|
||||
%include <std_common.i>
|
||||
%include <std_string.i>
|
||||
%include <std_vector.i>
|
||||
%include <std_map.i>
|
||||
%include <std_pair.i>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue