[dmd-internals] Language Feature Deprecations

Jonathan M Davis jmdavisProg at gmx.com
Sat Jul 21 17:16:20 PDT 2012


On Saturday, July 21, 2012 20:13:43 Andrei Alexandrescu wrote:
> On 7/21/12 8:09 PM, Jonathan M Davis wrote:
> > Am I correct in my understanding that these keywords are or will be
> > deprecated?:
> > 
> > cdouble
> > cfloat
> > creal
> > delete
> > idouble
> > ifloat
> > ireal
> 
> Perhaps std.complex will provide them as aliases.

Well, if it does, then they won't be treated as keywords anymore, and as you 
say, fixing it so that they're usable as normal identifiers again will be 
trivial without breaking code.

Thanks for the confirmation.

- Jonathan M Davis


More information about the dmd-internals mailing list