*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4417 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6bf0ddc233
commit
256701e3c5
1 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,16 @@
|
|||
Version 1.3.18 (In progress)
|
||||
============================
|
||||
02/27/2003: beazley
|
||||
Added support for anonymous bit-fields. For example:
|
||||
|
||||
struct Foo {
|
||||
int x : 4;
|
||||
int : 4;
|
||||
int y : 8;
|
||||
};
|
||||
|
||||
Anonymous bit-fields are ignored by SWIG. Problem
|
||||
reported by Franz Höpfinger.
|
||||
|
||||
02/26/2003: cheetah (William Fulton)
|
||||
[Java] Better typemaps in the Examples/java/typemap example and also
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue