http://d.puremagic.com/issues/show_bug.cgi?id=4108
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> 2010-04-27 22:37:47 PDT --- The same error is produced by: void foo(int[0]); void main() { int[0] arr; foo(arr); } It has nothing to do with __traits. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
