[Issue 23553] opCmp spec is incomplete

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 13 15:47:05 UTC 2022


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

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #1 from Dennis <dkorpel at live.nl> ---
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?

--


More information about the Digitalmars-d-bugs mailing list