[dmd-internals] Language Feature Deprecations

Andrei Alexandrescu andrei at erdani.com
Sat Jul 21 17:13:43 PDT 2012


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.

> typedef
> volatile

Yes.

> Though I assume that they will be kept as keywords for the foreseeable future.

Once the meaning of them is gone, removing them as keywords will be 
trivial and won't break programs.

> And am I correct in my understanding thatn these symbols are or will be
> deprecated?:
>
> <>
> <>=
> !<>
> !<>=
> !<
> !<=
> !>
> !>=
> ===

Yes.



Andrei


More information about the dmd-internals mailing list