[Issue 11587] Cannot compare AAs at compile time

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Mar 24 08:27:36 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=11587

--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Nicolas Sicard from comment #3)
> Is this error related to this (supposedly fixed) bug?
> 
> static assert([1: 1] != [1: 2, 2: 1]); // OK
> static assert([1: 1] != [1: 2]); // OK
> static assert([1: 1] != [2: 1]); // Error!
> 
> DMD 2.067-rc1

It's a bug in the pull 2869 implementation.

New issue for that: https://issues.dlang.org/show_bug.cgi?id=14325

--


More information about the Digitalmars-d-bugs mailing list