added friend dec support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5623 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1c31ef71f3
commit
83f9a5a212
1 changed files with 2 additions and 2 deletions
|
|
@ -259,8 +259,8 @@ class TypePass : public Dispatcher {
|
|||
if ((Strcmp(nodeType(nn),"template") == 0) ||
|
||||
(Getattr(nn,"feature:ignore")) ||
|
||||
(Getattr(nn,"error")) ||
|
||||
((Strcmp(nodeType(nn),"using") == 0) && !firstChild(nn)) ||
|
||||
(checkAttribute(nn,"storage","friend"))) {
|
||||
// (checkAttribute(nn,"storage","friend")) ||
|
||||
((Strcmp(nodeType(nn),"using") == 0) && !firstChild(nn))) {
|
||||
/* Remove from overloaded list */
|
||||
Node *ps = Getattr(nn,"sym:previousSibling");
|
||||
Node *ns = Getattr(nn,"sym:nextSibling");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue