[Issue 6322] IFTI doesn't support static arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 15 07:52:59 PDT 2011


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



--- Comment #2 from Denis <verylonglogin.reg at gmail.com> 2011-07-15 07:47:46 PDT ---
Another workaround is D2 constraints (more powerful and less buggly):

import std.traits;
void f(Tn)(Tn t) if(isStaticArray!Tn) { }

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


More information about the Digitalmars-d-bugs mailing list