*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6553 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b416ab7464
commit
44251f7d3c
1 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Version 1.3.23 (in progress)
|
||||
============================
|
||||
|
||||
10/29/2004: wsfulton
|
||||
Seg fault fix for global scope operator used for friend methods:
|
||||
|
||||
class B {
|
||||
friend void ::globalscope();
|
||||
...
|
||||
};
|
||||
|
||||
10/28/2004:mmatus
|
||||
- Added module and swig option "templatereduce" to force swig
|
||||
|
|
@ -48,8 +55,6 @@ Version 1.3.23 (in progress)
|
|||
some other mysterious errors when mixing directors +
|
||||
imports + embedded applications + some specific compilers.
|
||||
|
||||
|
||||
|
||||
10/27/2004: wsfulton
|
||||
[C#] typemaps.i library file with INPUT, OUTPUT and INOUT typemaps added.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue