More slides will be added as and when they are provided.
- Are We There Yet? by Sean Parent
- std::optional — Standardizing Optionals over References by Steve Downey
- Harnessing constexpr by Mikhail Svetkin
- Undefined Behavior From the Compiler’s Perspective by Shachar Shemesh
- Overengineering max(a, b) by Jonathan Müller
- Introduction to Partial Ordering by Matheus Izvekov
- Advanced Ranges by Steve Sorkin
- import CMake; // Mastering C++ Modules by Bill Hoffman
- Safer C++ at Scale with Static Analysis by Yitzhak Mandelbaum
- Welcome to v1.0 of the meta::[[verse]]! by Inbal Levi
- Parallel Range Algorithms by Ruslan Arutyunyan
- Runtime Polymorphism with Freedom and Performance by Eduardo Madrid
- Zngur by David Sankel
- How the Linux User/Kernel ABI Really Works. by Greg Law
- C++ Memory Safety in WebKit by Geoffrey Garen
- Extending std::execution by Robert Leahy
- From SIMD Wrappers to SIMD Ranges by Denis Yaroshevskiy & Joel Falcou
- Post-Modern Cmake by Vito Gamberini
- Lambda All the Things by Braden Ganetsky
- Making Your Program Faster by Ivica Bogosavljevic
- Five Issues with std::expected and How to Fix Them by Vitaly Fanaskov
- Achieving Peak Performance for Matrix Multiplication by Aliaksei Sala
- Declarative Style Evolved by Ben Deane
- Using TLA+ to Fix a Very Difficult glibc Bug by Malte Skarupke
- Identifying Runtime Errors in Mixed C++ and Rust Codebases Using Formal Methods by Steve Barriault
- CPS in Cmake by Bill Hoffman
- A View for Any Occasion by Patrick Roberts
- Missing (and Future?) C++ Range Concepts by Jonathan Müller
- Streamlining C++ Code by Chandranath Bhattacharyya & Kathleen Baker
- Declarative Refactoring for the Masses by Andy Soffer
- Getting the Lazy Task Done by Dietmar Kühl
- C++ as a Microscope Into Hardware by Linus Boehm
- How To Affect the Future of C++ Standard in 90 Minutes by River Wu
- Beyond Sequential Consistency by Christopher Fretz
- A Practitioner’s Guide to Writing std-Compatible Views by Zach Laine
- Mastering the Code Review Process by Peter Muldoon
- Program Correctness and its Limitations by David Sankel
- C++ on Nightmare Mode by Edouard Alligand
- Growing Your Toolkit From Refactoring to Automated Migrations by Matt Kulukundis
- Building Streams out of Hot Air by Steve Downey
- Techniques for Declarative Programming in C++ by Richard Powell
- Effective CTest by Daniel Pfeifer