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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 27 23:43:58 UTC 2023


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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

--


More information about the Digitalmars-d-bugs mailing list