[Issue 13106] Auto ref error when using argument tuple in non-template function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 10 22:00:34 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=13106
Nathan S. <n8sh.secondary at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |n8sh.secondary at hotmail.com
Resolution|--- |INVALID
--- Comment #1 from Nathan S. <n8sh.secondary at hotmail.com> ---
This isn't related to tuples. This won't compile because only function
templates may have `auto ref` parameters.
https://dlang.org/spec/template.html#auto-ref-parameters
--
More information about the Digitalmars-d-bugs
mailing list