[Issue 9119] Forward range addition to associative arrays.

2013-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9119 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull CC|

[Issue 9119] Forward range addition to associative arrays.

2013-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9119 --- Comment #3 from hst...@quickfur.ath.cx 2013-08-15 12:33:54 PDT --- Using the code in the pull request, this code works: import std.algorithm; import std.conv; import std.stdio: writeln; void main () { int[string] aa; aa[a]

[Issue 9119] Forward range addition to associative arrays.

2012-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9119 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---