blob: 61bf481a3e499deca4028fe50d32add2b5ab0766 [file] [log] [blame]
// TODO: STL exception handling
// Note that the generic std_except.i file did not work
%{
#include <stdexcept>
%}
namespace std {
%ignore exception;
struct exception {
};
}