A really long time ago - over four weeks! - I wrote about move safety.
I really need to force myself into blogging on a schedule.
Let’s say I’ll publish something at least every two weeks.
The post spawned a lot of discussion about whether you should rely on moved-from state behavior or make any guarantees. See the first half of this CppChat episode for more.
BTW: Thanks for the nice words, Jon!
Really appreciate it.
But I’m not going to continue that discussion.
Both sides have convincing arguments and I don’t really want to advocate for one side here.
Instead I’m going to talk about something else related to the C++ move semantics, that couldn’t fit into the original post:
The relationship between a default constructor and move semantics.
» read more »