[Issue 13412] Assertion failure: 'global.errors' on line 6698 in file 'template.c'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 2 23:38:26 PDT 2015


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

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
Reduced test case:

struct MarketRulesAmount
{
    uint[string[2]] pairs;
}

void main()
{
    uint[string[2]][string] amounts;

    foreach (name, items; amounts) {}
}

--


More information about the Digitalmars-d-bugs mailing list