> PS. > For now, you need to use explicit initializers instead: > int test[char[]]; > test["test"] = 1; > test["bla"] = 2; > test["blub"] = 3; You know, this syntax looks almost as good as the proposed ones. Perhaps no change in necessary.