Rethinking the Way We Do Templates in C++ even more - Mateusz Pusz [ C++ on Sea 2020 ]
[MUC++] John Kalb - "Modern Template Techniques"
Expression Templates for Efficient, Generic Finance Code - Bowie Owens - CppCon 2019
Generic Programming Without (Writing Your Own) Templates - Tina Ulbrich [ ACCU 2021 ]
std::jthread - I Told You Concurrency Is Tricky - Nico Josuttis [ ACCU 2021 ]
'Visualize Template Instantiations - Understand your Template Bugs' - Peter Sommerlad [ ACCU 2016 ]
A Physical Units Library For C++ - Mateusz Pusz - NDC TechTown 2021
C++ Function Templates: How Do They Really Work? - Walter E. Brown [C++ on Sea 2019]
C++ Weekly - Ep 229 - C++20: Why Deprecate The Comma Operator?
Calabrese "Call: A Library that Will Change the Way You Think about Function Invocations (1 of 2)"
Value-oriented design in an object-oriented system - Juan Pedro Bolivar Puente [ C++ on Sea 2020 ]
Serialization in C++ has never been easier! But wait, there's more - Pavel Novikov [ C++ on Sea 20 ]
Rainer Grimm: Concepts in C++20 -- An Evolution or a Revolution
Correct by Construction: APIs That Are Easy to Use and Hard to Misuse - Matt Godbolt [ C++ on Sea ]
What Programmers Should Know About Memory Allocation - S. Al Bahra, H. Sowa, P. Khuong - CppCon 2019
A Physical Units Library For the Next C++ - Mateusz Pusz - CppCon 2020
How to answer "why will yours succeed, when X, Y, and Z have failed?" - Herb Sutter [ C++ on Sea ]
boost.tmp: Your DSL for Metaprogramming - Part 1 of 2 - Odin Holmes - code::dive 2018
C++20: All the small things - Fergus Cooper [ C++ on Sea 2020 ]
John Lakos — Introducing large-scale C++, volume I: Process and architecture