[Issue 4108] [ICE] __traits(isStaticArray) on empty static array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 27 22:37:50 PDT 2010


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 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: -------


More information about the Digitalmars-d-bugs mailing list