MONTH: June 2023
C++ Insights
C++ Insights Episode 39: Recursion-free templates with C++17s fold expressions
I published a new C++ insights episode: Recursion-free templates with C++17s fold expressions. [...]
C++
constexpr functions: optimization vs guarantee
The feature of constant evaluation is nothing new in 2023. You have constexpr available since C++11. Yet, in many of my classes, I see that people still struggle with constexpr [...]