D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
swig
/
2.0.10
/
guile
/
Filename :
std_except.i
back
Copy
// TODO: STL exception handling // Note that the generic std_except.i file did not work %{ #include <stdexcept> %} namespace std { %ignore exception; struct exception { }; }