[Issue 20661] opEquals not recognized for AA key (take two)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 6 14:20:15 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20661
moonlightsentinel at disroot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |moonlightsentinel at disroot.o
| |rg
--- Comment #1 from moonlightsentinel at disroot.org ---
This seems to be a regression that was fixed for some time:
Up to 2.064 : Success and no output
2.065.0: Failure with output: onlineapp.d(3): Error: associative
array key type const(Key) does not have 'const int opCmp(ref const Key)' member
function
2.066.0 to 2.079.1: Success and no output
Since 2.080.1: Failure with output: onlineapp.d(3): Error: AA key type
`Key` does not have `bool opEquals(ref const Key) const`
The second regression was caused by https://github.com/dlang/dmd/pull/7982
--
More information about the Digitalmars-d-bugs
mailing list