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 _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
