https://d.puremagic.com/issues/show_bug.cgi?id=5835
--- Comment #7 from Denis Shelomovskij <[email protected]> 2014-03-06 15:28:11 MSK --- (In reply to comment #5) > ... > With structs: > ... > assert(typeid(S[]).getHash(&a1) != typeid(S[]).getHash(&a2)); // fails > ... Of course `==` was meant. A fixing pull: https://github.com/D-Programming-Language/druntime/pull/735 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
