blob: 6c30a319f51be95b726b39a6fbffcded63b2d8bd [file] [log] [blame]
// 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 {
};
}