/trunk/Lib/guile/std_except.i
# · Swig · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · c0f970c665ef0b6ab59b22824947f9bc MD5 · raw file
- // TODO: STL exception handling
- // Note that the generic std_except.i file did not work
- %{
- #include <stdexcept>
- %}
- namespace std {
- %ignore exception;
- struct exception {
- };
- }