2019-05 SENG475 Video Lecture Errata ==================================== The following is a list of errors (e.g., typos in examples, etc.) in the video lectures: ################################################################################ Date: 2022-06-09 Name: Finn Morin Description: Lecture Video: SENG 475 Lecture 9 (2019-05-24) — Temporary Objects, Moving/Copying, Value Categories Time: 43:19 URL: https://youtu.be/LhCHHfMh4Gg?t=2598 At this point in the video, the instructor misspoke. The words "move" and "copy" were reversed. That is, the words "This is the reason why ... it's not safe to replace a move with a copy if the thing that your moving from corresponds to an lvalue ..." should be changed to "This is the reason why ... it's not safe to replace a copy with a move if the thing that your copying from corresponds to an lvalue ..." ################################################################################ Date: Name: Description: ################################################################################