[Issue 11316] Some cases of missing delegate argument type inference

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 28 04:49:23 UTC 2023


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #14929 "Fix 11316: Infer storage class of parameters
with function literals" was merged into master:

- 9ec4f41e332186154213f939b57f616933086211 by Geod24:
  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

--


More information about the Digitalmars-d-bugs mailing list