Make sure this file is not included by Java or C# (std_deque.i) was using it after recent commits
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dae3d70612
commit
f2eeedf1c0
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
// a new std_except.i file in the target library directory.
|
||||
//
|
||||
|
||||
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
|
||||
#error "This version of std_except.i should not be used"
|
||||
#endif
|
||||
|
||||
%{
|
||||
#include <stdexcept>
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue