ClassBrowser still confused by friends
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
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).