manifest enum

Walter Bright newshound1 at digitalmars.com
Tue Jan 1 17:10:37 PST 2008


Sean Kelly wrote:
> 'enum' is now basically a storage class in addition to an enumeration 
> specifier, so you can even do this I believe:
> 
> enum:
>     a = 1;
>     b = 2;

No, it's not a storage class and that won't work.



More information about the Digitalmars-d mailing list