this as lvalue?

Jonathan M Davis jmdavisprog at gmail.com
Fri Sep 3 15:00:46 PDT 2010


On Friday 03 September 2010 14:38:27 Andrei Alexandrescu wrote:
> On 9/3/10 16:33 CDT, Jonathan M Davis wrote:
> > Still, I don't know how you could make it a true rvalue.
> 
> It's very simple - make "this" the result of a hypothetical function call.
> 
> Andrei

Ah, that would do it. Though you wouldn't want to _actually_ do that in the 
generated code given how poor the inliner is.

- Jonathan M Davis


More information about the Digitalmars-d mailing list