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.