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)
Logged In: NO
I forgot to write that I use Dev v.4981
Logged In: YES
user_id=936015
Problem still exists with 4.9.8.8