dmd 1.073 and 2.058 release

Jonathan M Davis jmdavisProg at gmx.com
Wed Feb 15 16:28:42 PST 2012


On Wednesday, February 15, 2012 23:52:54 Timon Gehr wrote:
> On 02/15/2012 01:45 PM, Andrej Mitrovic wrote:
> > On 2/15/12, Jonathan M Davis<jmdavisProg at gmx.com> wrote:
> >> @property auto prop(int value) { ... }
> >> auto value = 7.prop;
> >> 
> >> So,
> >> I have no idea what exactly has been implemented for that one line in the
> >> changelog - hence my question.
> > 
> > That doesn't seem to work. So does anyone know what exactly is
> > implemented?
> 
> Apparently the only thing that is implemented is that float literals now
> require [0-9] after the decimal point. That means 1.f and 1.Li will be
> tokenized as [1][.][f] and [1][.][Li].

Then it sounds like the changelog is in error (though the floating point 
literal thing is a very good change in its own right).

- Jonathan M Davis


More information about the Digitalmars-d-announce mailing list