Static, Dynamic Polymorphism, CRTP and C++20’s Concepts -- Thomas Sedlmair
Are you using concepts?
Static, Dynamic Polymorphism, CRTP and C++20’s Concepts
by Thomas Sedlmair
From the article:
Let's talk about Polymorphism, CRTP as a way to use static polymorphism and how C++20 can change the way how we write code...

Do you know about std::ssize()?
Speaking of std::ssize...
Making C++ easier to understand:
The second video from CppCon 2022 has now been posted:
The first CppCon 2022 video is now available.
Mixing integer types... what could go wrong? And how to make it go right?