more fixes for python 1.5 +gcc2.96

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7301 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-06-17 19:12:21 +00:00
commit 7b1b141ee4
8 changed files with 54 additions and 37 deletions

View file

@ -16,6 +16,14 @@
#define SWIG_STD_NOINSERT_TEMPLATE_STL
#endif
#if defined(__GNUC__)
# if __GNUC__ == 2 && __GNUC_MINOR <= 96
# define SWIG_STD_NOMODERN_STL
# endif
#endif
%}
//