swig/CHANGES.current
2004-01-19 21:26:31 +00:00

12 lines
387 B
Text

Version 1.3.22 (in progress)
==================================
01/16/2004: cheetah (William Fulton)
Tidy up in the exception handling code that is generated when
C++ exception specifications are wrapped with the throws typemap.
This redundant code is no longer generated:
catch(...) {
throw;
}