[Issue 12850] ICE when passing associative array to template

2014-06-07 Thread via Digitalmars-d-bugs
passing associative array to template https://github.com/D-Programming-Language/dmd/commit/a238493b2c67903f7b1d651953df2ee47b641804 Merge pull request #3640 from 9rnsr/fix12850 Issue 12850 - ICE when passing associative array to template --

[Issue 12850] ICE when passing associative array to template

2014-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12850 Kenji Hara changed: What|Removed |Added Keywords||ice, pull --- Comment #3 from Kenji Hara --- h

[Issue 12850] ICE when passing associative array to template

2014-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12850 --- Comment #2 from Kenji Hara --- Please paste case code directly, or attach the source file. // From http://dpaste.dzfl.pl/b2918df47beb template toTypeTuple(alias range) { import std.range : isInputRange; import std.traits : isArray, isNar

[Issue 12850] ICE when passing associative array to template

2014-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12850 monkeywork...@hotmail.com changed: What|Removed |Added Summary|ICE |ICE when passing