09:15:27 From Vito Di Benedetto : the Syllabus page from here https://www.oopl.com/fnal/index.html 09:15:31 From Vito Di Benedetto : is gone 09:17:57 From Marc Paterno : For the record here, as Glenn announced the syllabus can be seen at https://www.oopl.com/fnal/Schedule.html. 09:34:50 From Marc Paterno : A very good talk on topics related to copy elision is available at https://youtu.be/80TXwV_sdCY?t=483; the talk is by Arthur O’Dwyer and the title is “The Complete Guide to ‘return x’”. 09:39:49 From Jaiden Parlone : Sorry, what was the answer for 5? 09:40:55 From Mackenzie Nicole Devilbiss : error, error, initializer list, initializer list 09:41:05 From Jaiden Parlone : Thank you! 09:41:12 From Andres Vargas : A(initializer_list) A(initializer_list) 09:41:28 From Jaiden Parlone : Thanks aswell 10:41:18 From Rishabh Uniyal : What is int v = *b doing? 10:41:44 From Kyle Knoepfel : It copies the value at the iterator position b into v. 10:42:32 From Rishabh Uniyal : got it 11:07:38 From Marc Paterno : ret(*)(arg1, arg2) is a pointer to a function that takes arg1 and arg2 and return ret. 11:13:06 From Ken Herner : Should be function, right? 11:15:04 From Marc Paterno : Ken is correct, and I believe Glenn has now made the correction. 11:33:46 From Rishabh Uniyal : How is A::i different from std::cout? 11:35:21 From Matti Kortelainen : Both A::i and std::cout are objects (but of different types). A is a class, and std is a namespace. 11:36:49 From Rishabh Uniyal : I see! Thanks! Matti 11:50:04 From Antoni Aduszkiewicz : Are we having a break right now? I unfortunately had to step away for another meeting 11:50:22 From Ala Zglam : Yes 11:57:17 From Marc Paterno : Note that &this->iv is the same as &(this->iv) 12:30:21 From Antoni Aduszkiewicz : FNAL Phone: 630-840-4974 12:30:43 From Antoni Aduszkiewicz : (from phonebook) 12:30:53 From Antoni Aduszkiewicz : but she may well not be at the office these days... 12:31:47 From Marc Paterno : Thanks Antoni. 13:04:02 From Andres Vargas : Thanks! 13:04:22 From Carlos Rimola : Thanks!