<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 24 January 2017 at 10:52, Robert burner Schadek via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have this program that used to compile with 72 but with 73 dmd is complaining that<br>
"Error: escaping reference to local variable t"<br>
<br>
auto ref f2(T)(auto ref T t, auto ref T s) {<br>
        return t;<br>
}<br></blockquote><div><br></div>Maybe:<div><br><div><span style="font-size:12.8px">auto ref f2(T)(return auto ref T t, auto ref T s) {</span><br style="font-size:12.8px"><span style="font-size:12.8px">        return t;</span><br style="font-size:12.8px"><span style="font-size:12.8px">}</span><br style="font-size:12.8px"></div><div><span style="font-size:12.8px"><br></span></div></div><div><span style="font-size:12.8px">??</span></div></div></div></div>