*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5603 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
62ba646c89
commit
a7078b34ec
2 changed files with 29 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
SWIG TO-DO
|
||||
|
||||
Release: SWIG-1.3.19
|
||||
Release: SWIG-1.3.20
|
||||
|
||||
$Header$
|
||||
-----------------------------------------------------------------------------
|
||||
|
|
@ -361,8 +361,8 @@ C#
|
|||
|
||||
[DONE] Need a way to throw a C# exception from the PINVOKE C/C++ code.
|
||||
|
||||
*** The correct override/virtual keywords not always emitted for polymorphic
|
||||
methods. It currently only works when 'virtual' is specified in a derived
|
||||
[DONE] The correct override/virtual keywords not always emitted for polymorphic
|
||||
methods. It currently works with 'virtual' is specified in a derived
|
||||
C++ class function. A polymorphic method need not specify 'virtual' in C++.
|
||||
|
||||
**** Wrap C/C++ enums with C# enums, currently they are wrapped with a C# int.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue