CHANGES.current
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7450 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e4f17f50aa
commit
a513db7bf4
1 changed files with 20 additions and 0 deletions
|
|
@ -1,6 +1,26 @@
|
|||
Version 1.3.26 (in progress)
|
||||
============================
|
||||
|
||||
09/14/2005: mmatus
|
||||
|
||||
[Python] Add -nocppcast. Now the default behavior is to
|
||||
always use the cppcast operators. Before that was the case
|
||||
only when you used the -ccpcast option.
|
||||
|
||||
If this seems to break your code... your welcome!, it
|
||||
means it was broken before, and you never notice.
|
||||
|
||||
If you thing the error is due to one of the SWIG typemaps,
|
||||
send us an example.
|
||||
|
||||
Use -nocppcast only with very old C++ compilers that
|
||||
do not support the cppcast operations.
|
||||
|
||||
So, here applies:
|
||||
|
||||
This change doesn't break compatibility, it was broken before.
|
||||
|
||||
|
||||
09/11/2005: mmatus
|
||||
Adding the module option to the %import directive. Now you
|
||||
can use it as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue