http://d.puremagic.com/issues/show_bug.cgi?id=9711
Zhenya Chapovsky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zhenya Chapovsky <[email protected]> 2013-03-13 15:16:45 PDT --- [1,2,3] seems is dynamic allocated array,so typeof([1,2,3]) == int[] but auto deduceLength(T,size_t n)(T[n] a){ return a; } enum int[3] a = [1,2,3]; static assert(is(typeof(deduceLength(a))==int[3])); // pass -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
