Changed %trackobjects directive to %feature directive
in demo for languages that do not support it. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9735 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
128386f928
commit
6647de3d16
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
%module("templatereduce") li_std_map
|
||||
%trackobjects;
|
||||
%feature("trackobjects");
|
||||
|
||||
%include std_pair.i
|
||||
%include std_map.i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue