October 10, 2018
https://issues.dlang.org/show_bug.cgi?id=13106

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |n8sh.secondary@hotmail.com
         Resolution|---                         |INVALID

--- Comment #1 from Nathan S. <n8sh.secondary@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

--