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


Don <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Severity|blocker                     |major


--- Comment #1 from Don <[email protected]> 2010-02-26 07:37:38 PST ---
a.b[i]=c; isn't implemented in CTFE yet, but a.b=c; is, so I'm downgrading from
blocker. (It's still high priority, though).
Workaround:

struct S {
  int arr[1];

  this(int x){
    int[1] z = x;
    arr = z;
  }
}

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

Reply via email to