dmd 1.073 and 2.058 release

Timon Gehr timon.gehr at gmx.ch
Wed Feb 15 14:52:54 PST 2012


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].


More information about the Digitalmars-d-announce mailing list