summaryrefslogtreecommitdiff
path: root/share/swig/3.0.12/guile/std_except.i
blob: 6c30a319f51be95b726b39a6fbffcded63b2d8bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// TODO: STL exception handling
// Note that the generic std_except.i file did not work
%{
#include <typeinfo>
#include <stdexcept>
%}

namespace std {
  %ignore exception;
  struct exception {
  };
}