Menu

#13 C++ parser crashes on valid class definition

open
nobody
5
2003-01-27
2003-01-27
Anonymous
No

The parser crashes without error message e.g. on a
following valid C++ class definition:

-------------

class A
{
enum eAX {one, two, three};

A::eAX A::GetThis();
};

--------------

Removing the extra (but valid) class specifiers "A::"s
from the definition works. I.e. the parser does not like
too explicit class definition.

Loimu.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.