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


monarchdo...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


--- Comment #2 from monarchdo...@gmail.com 2012-09-16 14:14:17 PDT ---
Just wanted to document that the issue also exists for opOpAssign:

--------
struct S
{
    void opOpAssign(int);
}

void main()
{
    S[] ss;
    ss[]+=1;
}
--------

Also, I'm not 100% sure if this is a bug or not, but I believe it *should*
work, so I'm re-labeling as ER

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

Reply via email to