[Issue 18678] std.datetime.date.TimeOfDay has opCmp but no toHash
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 28 17:14:52 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18678
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