[Issue 14656] "auto" of "auto ref" spills over to other function
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jun 7 08:51:12 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14656
Daniel Kozak <kozzi11 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kozzi11 at gmail.com
--- Comment #2 from Daniel Kozak <kozzi11 at gmail.com> ---
problem is that auto does not affect type mangling, so when type is lookup in
table it will return wrong type. To fix it we must make it ilegal to use auto
int or change type mangling.
--
More information about the Digitalmars-d-bugs
mailing list