[Issue 18439] Error: cannot use operator ~= in @nogc delegate 'main.test.__lambda1'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 15 04:02:20 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18439

Seb <greensunny12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12 at gmail.com

--- Comment #2 from Seb <greensunny12 at gmail.com> ---
Reduced it further:

---
@nogc:
void main(){
  static foreach (i; 0 .. 2){}
}
---

--


More information about the Digitalmars-d-bugs mailing list