http://d.puremagic.com/issues/show_bug.cgi?id=9712


timon.g...@gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|IFTI does not support       |IFTI does not support
                   |deducing static array       |deducing static array types
                   |element types from array    |from array literal
                   |literal arguments           |arguments


--- Comment #1 from timon.g...@gmx.ch 2013-03-13 15:23:10 PDT ---
Second test case:

auto deduceLength(T,size_t n)(T[n] a){ return a; }
static assert(is(typeof(deduceLength([1,2,3]))==int[3]));

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to