css_enhanced_waf/devtools/swigwin-1.3.34/Lib/guile/std_except.i
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

12 lines
182 B
OpenEdge ABL

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