[Issue 19749] Inout causes wrong type inference

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 22 09:15:14 UTC 2019


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

--- Comment #9 from anonymous4 <dfj1esp02 at sneakemail.com> ---
S!(char[])
S!(const char[])
S!string
Can't be the same template, they are different types with distinct code
generated for each of them. So they can't be handled by the same code.

--


More information about the Digitalmars-d-bugs mailing list