[Issue 18252] [Reg 2.078] comparison of arrays of associative arrays no longer compiles

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 24 19:45:43 UTC 2018


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu
            Summary|no property 'tupleof' for   |[Reg 2.078] comparison of
                   |type 'string[int]'          |arrays of associative
                   |                            |arrays no longer compiles

--- Comment #3 from Martin Nowak <code at dawg.eu> ---
cat > bug.d << CODE
void foo()
{
    string[int][] aa1, aa2;
    auto r = aa1 == aa2;
}
CODE

Digger says: https://github.com/dlang/dmd/pull/7225

--


More information about the Digitalmars-d-bugs mailing list