<div dir="ltr">On 9 September 2013 18:08, deadalnix <span dir="ltr"><<a href="mailto:deadalnix@gmail.com" target="_blank">deadalnix@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Monday, 9 September 2013 at 07:00:23 UTC, Jacob Carlborg wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2013-09-09 05:46, Manu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Missed the action...<br>
<br>
Well it's clear this is not a popular proposal.<br>
And even to me personally, it's certainly not of critical importance. If<br>
there was a single thing I'd like to see *DONE* in D, it would be<br>
temporary/r-value->ref args, without question (really, really annoying<br>
to work around).<br>
</blockquote>
<br>
So what's wrong with this approach, that's already working today:<br>
<br>
class Foo<br>
{<br>
    void foo ();<br>
<br>
    void foo ()<br>
    {<br>
<br>
    }<br>
}<br>
<br>
void main ()<br>
{<br>
    auto foo = new Foo;<br>
    foo.foo();<br>
}<br>
<br>
BTW, this feature was implemented because you asked for it.<br>
</blockquote>
<br></div></div>
This is super useful to generate boilerplate from compile time reflection !<br>
</blockquote></div><br></div><div class="gmail_extra">Which is what I requested it for, and use it very extensively.</div></div>