Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Lib/guile/std_except.i
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

14 lines
202 B
OpenEdge ABL

// 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 {
};
}