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

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