Feedback Thread: DIP 1040--Copying, Moving, and Forwarding--Community Review Round 1
tsbockman
thomas.bockman at gmail.com
Fri Mar 5 22:01:22 UTC 2021
On Friday, 5 March 2021 at 12:20:36 UTC, Mike Parker wrote:
> This is the feedback thread for the first round of Community
> Review of DIP 1040, "Copying, Moving, and Forwarding".
There should be at least one example demonstrating WHY a
non-default move constructor might be useful, not just a
syntactical description of HOW to declare one. How about
including an example struct with an interior pointer that needs
to be updated whenever it is moved or copied?
More information about the Digitalmars-d
mailing list