[Issue 22792] Wrong inference of opApply

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 20 12:21:24 UTC 2022


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

--- Comment #4 from moonlightsentinel at disroot.org ---
(In reply to moonlightsentinel from comment #1)
> [...] "match with implicit conversions".

Correction: This applies only to the mutable overload because the delegate type
changes due to the different constness. The const overload should be "match
with qualifier conversion" (`S` => `const S`).

--


More information about the Digitalmars-d-bugs mailing list