| Current Path : /proc/self/root/proc/self/root/usr/share/swig/2.0.10/guile/ |
| Current File : //proc/self/root/proc/self/root/usr/share/swig/2.0.10/guile/std_except.i |
// TODO: STL exception handling
// Note that the generic std_except.i file did not work
%{
#include <stdexcept>
%}
namespace std {
%ignore exception;
struct exception {
};
}