June 2025 posts
C++ Insights
CI pipeline improvments for C++ Insights
A little over a year ago, I added support for running C++ Insights natively on ARM (see this post for more details C++ Insights with Clang 18 and more). I use the ARM build for my [...]

C++ Insights
C++ Insights Episode 63: Faster C++ Builds: Optimize Templates for Speed
I published a new C++ insights episode: Faster C++ Builds: Optimize Templates for Speed. [...]

Conference
CppCon 2024 recording of my talk "Back to Basics: Object-Oriented Programming" is available
I'm pleased to announce that the recording of my talk at CppCon Back to Basics: Object-Oriented Programming of my presentation is available YouTube: [...]

Conference
CppCon 2024 recording of my talk "Lightning Talk: The UB Detector: constexpr" is available
Normally, I don't give lightning talks. I made an exception and enjoyed it a lot. I hope you enjoy the recording as much as I did delivering the lightning talk. Here is the [...]

C++
C++ unspecified behavior explained by practical example
In today's post, I like to talk about unspecified behavior in C++. While there are other sorts of behavior in our language, I'll stick with the one today and may cover the others [...]
