MONTH: July 2023
C++ Insights
C++ Insights Episode 40: The traps of returning references
I published a new C++ insights episode: The traps of returning references. [...]
C++
Visiting a std::variant safely
I assume you all know C++17's type-safe replacement for unions: std::variant. Here you look at a great replacement for unions as it knows the active type and destructs that object [...]