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

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Mar 21 11:41:30 PDT 2012


On 3/21/12, H. S. Teoh <hsteoh at quickfur.ath.cx> wrote:
> Comments?

Initially I was against hash[key]++ working on non-existent keys, but
I've changed my mind about this. However it still throws me off that
hash[key1][key2]++ doesn't work if key1 doesn't exist.

So you get a +1 vote from me.


More information about the Digitalmars-d mailing list