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:
Marcelo Matus 2006-01-06 00:27:12 +00:00
commit e222e63bc2
4 changed files with 30 additions and 0 deletions

7
Lib/python/stl.i Normal file
View 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>