On Monday, 20 June 2016 at 14:34:33 UTC, Mathias Lang wrote:
Can't `opApply` with `auto` return type works since it infers attributes ?
I think the problem is that the delegate which is required by opApply is allocated using the GC.
Gary Willoughby via Digitalmars-d-learn Mon, 20 Jun 2016 08:16:52 -0700
On Monday, 20 June 2016 at 14:34:33 UTC, Mathias Lang wrote:
Can't `opApply` with `auto` return type works since it infers attributes ?
I think the problem is that the delegate which is required by opApply is allocated using the GC.