*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
93cf752b25
commit
5b49cee830
3 changed files with 17 additions and 1 deletions
|
|
@ -1,5 +1,20 @@
|
|||
Version 1.3.21 (in progress)
|
||||
==================================
|
||||
01/09/2004: beazley
|
||||
Fixed [ 871909 ] simple namespace problem.
|
||||
This was a problem using anonymous structures in a namespace.
|
||||
For example:
|
||||
|
||||
namespace ns {
|
||||
typedef struct {
|
||||
int n;
|
||||
} S;
|
||||
};
|
||||
|
||||
Reported by Josh Cherry.
|
||||
|
||||
01/09/2004: beazley
|
||||
Fixed some broken Perl examples.
|
||||
|
||||
12/28/2003: cheetah (William Fulton)
|
||||
[Java and C#] Fixes for wrapping covariant (polymorphic) return types.
|
||||
|
|
|
|||
|
|
@ -157,6 +157,7 @@ CPP_TEST_CASES += \
|
|||
namespace_nested \
|
||||
namespace_spaces \
|
||||
namespace_template \
|
||||
namespace_typedef_class \
|
||||
namespace_typemap \
|
||||
namespace_virtual_method \
|
||||
newobject1 \
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -1,6 +1,6 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
Version: 1.3.20 (December 17, 2003)
|
||||
Version: 1.3.21 (January 11, 2003)
|
||||
|
||||
$Header$
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue