Is it trying to call function  f(int x) on 1 with new universal syntax? :)

Il giorno gio, 16/02/2012 alle 01.29 -0800, Jonathan M Davis ha scritto:
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