https://issues.dlang.org/show_bug.cgi?id=13179
--- Comment #35 from Martin Nowak <[email protected]> --- > See: http://forum.dlang.org/post/[email protected] OK, problem solved. I'd also like to amend that if a struct defines opCmp we'll still use the compiler generated xToHash, i.e. compute the hash over all fields. So it's even more unlikely that anyone successfully used a struct with only opCmp as hash key. --
