With so many std_except.i files lying around, I've put in a check that this one isn't included for java/c# wrappers.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8224 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-05 22:21:43 +00:00
commit ab207a67d6

View file

@ -1,3 +1,7 @@
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
#error "do not use this version of std_except.i"
#endif
%{
#include <stdexcept>
%}