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

Dennis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #1 from Dennis <[email protected]> ---
It shows a table with rewrites such as: 

a < b   |   a.opCmp(b) < 0

Doesn't that tell you that it should be a negative number when a < b?

--

Reply via email to