*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4592 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
815f414e65
commit
63c883de38
1 changed files with 13 additions and 0 deletions
|
|
@ -1,6 +1,19 @@
|
|||
Version 1.3.18 (In progress)
|
||||
============================
|
||||
|
||||
03/20/2003: beazley
|
||||
Fixed a C++ scoping bug related to code like this:
|
||||
|
||||
class Foo {
|
||||
public:
|
||||
int Foo::bar();
|
||||
};
|
||||
|
||||
Previously, SWIG just tossed out the Foo::bar() declaration. Now,
|
||||
the declaration is wrapped provided that the prefix is exactly the
|
||||
same as the current scope (including any enclosing namespaces).
|
||||
Reported by Bruce Lowery.
|
||||
|
||||
03/20/2003: beazley
|
||||
Incorporated [ 696516 ] Enabling exception processing for data member access.
|
||||
In some compilers, attribute access can generate exceptions. However,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue