https://d.puremagic.com/issues/show_bug.cgi?id=12122
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2014-02-09 12:27:46 PST --- Reduced: enum N = 1; void foo(T)(T[N]) if(is(T == int)) {} void main() { int[N] data; foo(data); } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
