DDeepin Developerfeat: Init commit
b83cb584创建于 2022年10月19日历史提交
// 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 {
  };
}