fix exceptions

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8046 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-12-23 00:14:02 +00:00
commit c17e4cff56
2 changed files with 2 additions and 9 deletions

View file

@ -1,11 +1,4 @@
//
// SWIG typemaps for STL - common utilities
// Luigi Ballabio
// Aug 17, 2003
//
// Java implementation
%include <std/std_except.i>
%include <std_except.i>
%apply size_t { std::size_t };