Revert resolving template parameters
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13508 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e21bd46420
commit
05839e646c
1 changed files with 2 additions and 3 deletions
|
|
@ -954,12 +954,11 @@ SwigType *SwigType_typedef_qualified(const SwigType *t) {
|
|||
Iterator pi;
|
||||
Parm *p;
|
||||
List *parms;
|
||||
/*
|
||||
ty = Swig_symbol_template_deftype(e, current_symtab);
|
||||
*/
|
||||
/*
|
||||
String *dt = Swig_symbol_template_deftype(e, current_symtab);
|
||||
ty = Swig_symbol_type_qualify(dt, 0);
|
||||
Printf(stdout, "extra code: %s => %s\n", dt, ty);
|
||||
*/
|
||||
e = ty;
|
||||
parms = SwigType_parmlist(e);
|
||||
tprefix = SwigType_templateprefix(e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue