C++ Insights Episode 51: The magic of C++20s std::source_location
5 months ago 34
I published a new C++ insights episode: The magic of C++20s std::source_location.
In this episode, you learn about std::source_location and how its static member function current works.
Source code: https://compiler-explorer.com/z/sd5Ef64a8
Andreas