fix problem with operator < + templates
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7798 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4395298001
commit
da9836402b
1 changed files with 1 additions and 0 deletions
|
|
@ -505,6 +505,7 @@ SwigType_namestr(const SwigType *t) {
|
|||
}
|
||||
*e = 0;
|
||||
r = NewString(tmp);
|
||||
Putc(' ',r);
|
||||
Putc('<',r);
|
||||
|
||||
p = SwigType_parmlist(t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue