dmd 1.073 and 2.058 release

Martin Nowak dawg at dawgfoto.de
Thu Feb 16 11:37:20 PST 2012


On Thu, 16 Feb 2012 10:29:55 +0100, Jonathan M Davis <jmdavisProg at gmx.com>  
wrote:

> On Thursday, February 16, 2012 00:10:20 Caligo wrote:
>> float x = 1.f;  // GIVES ERROR
>>
>> float y = 0.f;  // OK
>>
>> what's up with that?  Is that a bug?
>
> I would think so.
>
> - Jonathan M Davis

Somewhere in the lexer.
Numbers starting with 0 have a different control flow because of 0x and 0b.


More information about the Digitalmars-d-announce mailing list