[Issue 18677] std.datetime.date.Date has opCmp but no toHash

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 28 17:14:32 UTC 2018


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

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m

--- Comment #1 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Why does it matter if opCmp is defined and not toHash? It's if opEquals is
defined that toHash is required, not opCmp.

--


More information about the Digitalmars-d-bugs mailing list