A global stl.i works just as well

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4237 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Luigi Ballabio 2003-01-17 12:44:47 +00:00
commit 32e0a3d8e7
10 changed files with 11 additions and 81 deletions

11
Lib/stl.i Normal file
View file

@ -0,0 +1,11 @@
//
// SWIG typemaps for STL types
// Luigi Ballabio
// Jan 16, 2003
//
// the %include directives below will fetch the files from the
// appropriate language directory
%include std_string.i
%include std_vector.i