fix for templates to avoid using the templatereduce mode
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7961 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b5fc607731
commit
fdf4d72b4b
5 changed files with 24 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ char cvsroot_ruby_cxx[] = "$Header$";
|
|||
|
||||
#include "swigmod.h"
|
||||
#include "cparse.h"
|
||||
static int treduce = SWIG_cparse_template_reduce(1);
|
||||
static int treduce = SWIG_cparse_template_reduce(0);
|
||||
|
||||
#define SWIG_PROTECTED_TARGET_METHODS 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue