alias declaration spec

cal callumenator at gmail.com
Tue Feb 25 14:32:44 PST 2014


Grammar spec (http://dlang.org/grammar.html#AliasDeclaration) 
allows:

AliasDeclaration:
     alias BasicType Declarator

DMD allows:

alias ref int MyRefInt;

Is the ref storage class allowed by the current grammar spec?


More information about the Digitalmars-d-learn mailing list