Discussion: Rvalue refs and a Move construtor for D
RazvanN
razvan.nitu1305 at gmail.com
Thu Aug 29 08:58:55 UTC 2019
On Wednesday, 28 August 2019 at 23:32:01 UTC, Suleyman wrote:
> Hello everybody.
>
>
> Recently D adpoted the copy constructor, the postblit is
> deprecated, and the postmove (DIP 1014) is also deprecated
> since it has the same problems as the postblit.
>
> [...]
I would like to point out that I have been working on a move
constructor DIP [1]. It's not ready for review yet, but the
backbone it there. We can unite efforts to get this to the finish
line. As you can see, my DIP discusses perfect forwarding.
[1]
https://github.com/RazvanN7/DIPs/blob/Move_Constructor/DIPs/DIP1xxx-rn.md
More information about the Digitalmars-d
mailing list