better option name templatereduce
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6542 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
288f1dc402
commit
fc2f54c647
3 changed files with 11 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifdef SWIGPYTHON
|
||||
%module("tpltreduc") template_typedef
|
||||
%module("templatereduce") template_typedef
|
||||
#else
|
||||
%module template_typedef
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
%module("tpltreduc") template_typedef_ptr
|
||||
%module("templatereduce") template_typedef_ptr
|
||||
%module("templatereduce") template_typedef_ptr
|
||||
|
||||
/*
|
||||
Use the "tpltreduc" to force swig to reduce the temaplate
|
||||
typedef as much as possible.
|
||||
Use the "templatereduce" option to force swig to reduce the
|
||||
temaplate typedef as much as possible.
|
||||
|
||||
This fix cases like this one, but it can prevent some
|
||||
typemaps for working.
|
||||
This fix cases like the one in this file, but it can prevent some
|
||||
typemaps for working as expected.
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue