[Issue 17417] Deprecate signed integer promotions in bitwise operations

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 23 09:29:44 PDT 2017


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

Andrei Alexandrescu <andrei at erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei at erdani.com
         Resolution|---                         |WONTFIX

--- Comment #5 from Andrei Alexandrescu <andrei at erdani.com> ---
This is core behavior that we don't plan to change. Value Range Propagation is
the way to avoid casts back and forth. Feel free to submit issues related to
it, thanks.

--


More information about the Digitalmars-d-bugs mailing list