source-engine/devtools/swigwin-1.3.34/Lib/guile/std_except.i

13 lines
182 B
OpenEdge ABL
Raw Normal View History

2020-04-22 16:56:21 +00:00
// TODO: STL exception handling
// Note that the generic std_except.i file did not work
%{
#include <stdexcept>
%}
namespace std {
%ignore exception;
struct exception {
};
}