c-cpp-notes icon indicating copy to clipboard operation
c-cpp-notes copied to clipboard

Mention rule of 5

Open BenLangmead opened this issue 5 years ago • 0 comments
trafficstars

The rule-of-3 lecture ignores move semantics (because I don't actually have time to cover this when I teach in person). But in this day and age, it's probably important to mention "rule of 5" since that's how it's described elsewhere.

BenLangmead avatar May 09 '20 18:05 BenLangmead