summaryrefslogtreecommitdiff
path: root/Lib/typemaps
diff options
context:
space:
mode:
authorDaniel Vollmer <code@maven.de>2016-09-17 19:01:42 +0200
committerDaniel Vollmer <code@maven.de>2016-09-17 19:01:42 +0200
commitdd7a5a6e6ea41b9d00bab4b3548dd1ed8ccf60a3 (patch)
tree2d33c6a86638ee2ffe012e1025d212395a0464f4 /Lib/typemaps
parentce1cb85d86eac2ad7f8704d056b5bb24cf7bff55 (diff)
downloadswig-dd7a5a6e6ea41b9d00bab4b3548dd1ed8ccf60a3.tar.gz
Fix missed files
Diffstat (limited to 'Lib/typemaps')
-rw-r--r--Lib/typemaps/std_except.swg1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/typemaps/std_except.swg b/Lib/typemaps/std_except.swg
index cb5ed3050..75d066490 100644
--- a/Lib/typemaps/std_except.swg
+++ b/Lib/typemaps/std_except.swg
@@ -20,6 +20,7 @@
%enddef
namespace std {
+ %std_exception_map(bad_cast, SWIG_TypeError);
%std_exception_map(bad_exception, SWIG_SystemError);
%std_exception_map(domain_error, SWIG_ValueError);
%std_exception_map(exception, SWIG_SystemError);