D - BUG: Properties and implicit conversions of ints
- Lars Ivar Igesund (16/16) Oct 29 2003 This was a bug with floats once upon a time, but now I've found
This was a bug with floats once upon a time, but now I've found that the same is true for ints. The attached example won't compile with this error message. C:\projects\code\foo>dmd foo.d foo.d(25): cannot implicitly convert int() to int Lars Ivar Igesund begin 666 foo.d ` end
Oct 29 2003