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:
parent
63a6a8ce09
commit
ab207a67d6
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
|
||||
#error "do not use this version of std_except.i"
|
||||
#endif
|
||||
|
||||
%{
|
||||
#include <stdexcept>
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue