On 02/15/2012 01:45 PM, Andrej Mitrovic wrote:
On 2/15/12, Jonathan M Davis<[email protected]> 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].