Menu

#60 ClassBrowser still confused by friends

open
nobody
5
2012-09-26
2003-03-09
Anonymous
No

I have submitted a bug that in a code like:
class C
{
friend void foo (C c) {}
};
ClassBrowser lists foo as a member of class C. You have
written that this bug was fixed. However now foo is
completely ignored - and it should be listed as a
GLOBAL function (notice that here foo is not only
declared but also defined).

Discussion


Log in to post a comment.