Document recent shared_ptr and director updates

This commit is contained in:
William S Fulton 2017-10-26 07:46:46 +01:00
parent 2d095b2fe3
commit 65020645aa
2 changed files with 15 additions and 3 deletions

View File

@ -6,6 +6,20 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.0 (in progress)
===========================
2017-10-26: wsfulton
Add support for C++11 ref-qualifiers when using directors.
2017-10-26: wsfulton
Fix generated code when using directors and methods returning const ref pointers.
2017-10-26: wsfulton
[C#, D, Java, Octave, R, Scilab] Port director typemaps to these additional languages.
Issue #700.
2017-10-26: radarsat1
[Ruby Python] Patch #1029 - Correct handling of null using directors and shared_ptr.
2017-10-10: joequant
[R] pass enum expressions to R. This will generate
incorrect files when there is an arithmetic expression

View File

@ -1990,9 +1990,7 @@ The SWIG code below shows the required ordering:
<p>
There is somewhat limited support for <tt>%shared_ptr</tt> and the director feature
and the degrees of success varies among the different target languages.
Please help to improve this support by providing patches with improvements.
The languages that support shared_ptr also have support for using shared_ptr with directors.
</p>