CppCon2018 icon indicating copy to clipboard operation
CppCon2018 copied to clipboard

Slides and other materials from CppCon 2018

Results 9 CppCon2018 issues
Sort by recently updated
recently updated
newest added

CppCon 2018: Chandler Carruth "Spectre: Secrets, Side-Channels, Sandboxes, and Security" https://youtu.be/_f7O3IfIR2k

CppCon 2018: Walter E. Brown “C++ Function Templates: How Do They Really Work?” https://www.youtube.com/watch?v=NIDEjY5ywqU

Presentation link: https://www.youtube.com/watch?v=XPzHNSUnTc4

Git 2.38.1: https://git-scm.com/download/win $ git clone https://github.com/CppCon/CppCon2018.git Cloning into 'CppCon2018'... remote: Enumerating objects: 933, done. remote: Total 933 (delta 0), reused 0 (delta 0), pack-reused 933 Receiving objects: 100% (933/933),...

hey, I love your talks, but one thing had me confused: In the CppCon2018 talk about object lifetimes, the slides claim that `auto [s, i] = get_Holder();` was essentially equivalent...