https://issues.dlang.org/show_bug.cgi?id=16470

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from [email protected] ---
This is caused by not-so-wise decision to to allow the implicit conversion from
{int,long} to u{int,long} (but not for {byte,short} to u{byte,short}, go
figure) so even though it is possible to catch this error at compile time a
blind eye is turned instead.

--

Reply via email to