summaryrefslogtreecommitdiff
path: root/Lib/std
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-22 01:11:40 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-22 01:11:40 +0000
commit2feb2e6fc600f8663911c36d362f9764c2ccee0e (patch)
treede6af3f7206341a388b1e32832aab95351648f07 /Lib/std
parent91f4828a4aa0cf53155ace45e3f33f9ac76c4bed (diff)
downloadswig-2feb2e6fc600f8663911c36d362f9764c2ccee0e.tar.gz
Revert fragment <stdexcept> for non-UTL languages
Diffstat (limited to 'Lib/std')
-rw-r--r--Lib/std/std_except.i4
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/std/std_except.i b/Lib/std/std_except.i
index 18bbd4ef1..75b8d0fd6 100644
--- a/Lib/std/std_except.i
+++ b/Lib/std/std_except.i
@@ -2,7 +2,9 @@
#error "do not use this version of std_except.i"
#endif
-%fragment("<stdexcept>");
+%{
+#include <stdexcept>
+%}
#if defined(SWIG_STD_EXCEPTIONS_AS_CLASSES)