*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7223 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
12a32d84c4
commit
660b1965ce
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Version 1.3.25 (In progress)
|
|||
05/25/2005: wsfulton
|
||||
Fix for exception specifications previously being ignored in classes that inherited methods
|
||||
from 'using' declarations, eg calls to Derived::bar below will convert C++ exceptions into
|
||||
a target language exception/error, like it would for Base::Bar.
|
||||
a target language exception/error, like it always has done for Base::Bar.
|
||||
|
||||
class Base {
|
||||
virtual bar() throw (std::string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue