D needs...
via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue May 12 02:31:12 PDT 2015
On Monday, 11 May 2015 at 17:49:32 UTC, Namespace wrote:
> I've read DIP69 and there were a few lines about scope ref. But
> I'm not sure whether I understand everything correct (because
> there is no concrete application example for my case): will
> DIP69 create the possibility to pass rvalues and lvalues alike
> to a function without the abuse of templates? Or did I got that
> wrong?
DIP69 is more or less dead, we're going with a variation of DIP25
(although that one still has holes).
As for rvalue ref, it would enable them safely, but it is not a
part of that DIP (or DIP69, AFAICS).
More information about the Digitalmars-d-announce
mailing list