Thread overview
DIP 1014: Hooking D's struct move semantics -- Community Review Round 1 Begins
May 17, 2018
Mike Parker
May 17, 2018
rikki cattermole
May 17, 2018
rikki cattermole
May 17, 2018
The first round of Community Review for DIP 1014, "Hooking D's struct move semantics", has begun. To participate, please visit the review thread for the details and leave all feedback there rather than here:

https://forum.dlang.org/post/zfyfhqczkrfdpfkcabna@forum.dlang.org
May 17, 2018
On 17/05/2018 8:15 PM, Mike Parker wrote:
> The first round of Community Review for DIP 1014, "Hooking D's struct move semantics", has begun. To participate, please visit the review thread for the details and leave all feedback there rather than here:
> 
> https://forum.dlang.org/post/zfyfhqczkrfdpfkcabna@forum.dlang.org

What is the benefit of opPostMove over copy constructors (not postblit)?
May 17, 2018
On 17/05/2018 8:22 PM, rikki cattermole wrote:
> On 17/05/2018 8:15 PM, Mike Parker wrote:
>> The first round of Community Review for DIP 1014, "Hooking D's struct move semantics", has begun. To participate, please visit the review thread for the details and leave all feedback there rather than here:
>>
>> https://forum.dlang.org/post/zfyfhqczkrfdpfkcabna@forum.dlang.org
> 
> What is the benefit of opPostMove over copy constructors (not postblit)?

Wrong place my bad.