Sign in
fuchsia
/
third_party
/
swig
/
26423d06b3934b5e584beeca62b56e4a861e45a2
/
.
/
Lib
/
guile
/
std_except.i
blob: 6c30a319f51be95b726b39a6fbffcded63b2d8bd [
file
] [
log
] [
blame
]
// TODO: STL exception handling
// Note that the generic std_except.i file did not work
%{
#include
<typeinfo>
#include
<stdexcept>
%}
namespace
std
{
%
ignore exception
;
struct
exception
{
};
}