Request: nested enums

JS js.mdnq at gmail.com
Tue Jul 16 13:13:20 PDT 2013


If one want's to avoid that problem, just don't allow the nested 
enum also have a value. It's not a huge deal but just a sort of 
alias this concept applied to enums:

enum A { default, a, b, c; alias a this; }


More information about the Digitalmars-d mailing list