Wrong lowering for a[b][c]++

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Mar 21 11:42:51 PDT 2012


On 3/21/12, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> I think that the current behavior is very much what the behavior _should_ be.

But the current behavior is already at odds. This already works:

int[string] foo;
foo["bar"]++;


More information about the Digitalmars-d mailing list