[Bug 61757] enum in cpp class view is a mess 
    Oliver Kellogg 
    okellogg at users.sourceforge.net
       
    Fri Aug 20 17:30:35 UTC 2004
    
    
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=61757      
okellogg users sourceforge net changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jr jriddell org
------- Additional Comments From okellogg users sourceforge net  2004-08-20 07:58 -------
In C++, enum types are very weak, i.e. enum literals are flattened out
as untyped constants.
Other languages (such as Pascal, Ada, and Java-1.5) do strict type
checking on enum literals.
The suggested change is a prerequisite for making Kdevelop less
C++ specific.
BTW, UML renders enum types this way too (Umbrello.)
    
    
More information about the KDevelop-devel
mailing list