[Issue 12255] Regression: opCmp requirement for AAs breaks code
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jul 4 10:50:37 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12255
--- Comment #7 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to bearophile_hugs from comment #6)
[snip]
> Gives:
>
> [Tuple!string("hello"):2, Tuple!string("hello"):1]
>
> Is this patch going to help fix that?
Will change it to:
[Tuple!string("hello"):2]
--
More information about the Digitalmars-d-bugs
mailing list