C++ Insights Episode 58: C++ Insights new show object lifetime transformation
I published a new C++ insights episode: C++ Insights new show object lifetime transformation.
In this episode, you learn about a new transformation in C++ Insights that visualizes object lifetime. This can help you uncover UB. I'll demonstrate the power of the transformation using range-based for-loops and their latest update in C++23.
Source code: https://cppinsights.io/s/6b06f7eb
Andreas