https://issues.dlang.org/show_bug.cgi?id=11316
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #4 from Dlang Bot <[email protected]> --- @Geod24 created dlang/dmd pull request #14929 "Fix 11316: Infer storage class of parameters with function literals" fixing this issue: - Fix 11316: Infer storage class of parameters with function literals This will allow improving functional style code by seamlessly adding `ref` (or `in`) and having the compiler do the job. https://github.com/dlang/dmd/pull/14929 --
