Menu

#141 Class browser displays wrongly

open
nobody
4
2012-09-26
2003-07-06
Anonymous
No

What I want to say is a little bit difficult to explain, so it
would be best if you enter the code below into Dev-cpp
and see for yourself what's wrong.

namespace NAMESPACE {
class CLASS
{
public:
void operator + ();
};
}

void NAMESPACE::CLASS::operator + () {}

In the code above:
Class browser does not display operator's names
correctly (because of space between keyword 'operator'
and operator's type)
Class browser duplicates operator entries (because it
does not support namespaces)

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I forgot to write that I use Dev v.4981

     
  • Peter

    Peter - 2004-04-19

    Logged In: YES
    user_id=936015

    Problem still exists with 4.9.8.8

     

Log in to post a comment.