MONTH: April 2024
C++ Insights
C++ Insights Episode 49: Why you shouldn't have virtual member functions with default parameters
I published a new C++ insights episode: Why you shouldn't have virtual member functions with default parameters. [...]
C++ Insights
C++ Insights with Clang 18 and more
I'm happy to announce that C++ Insights is now driven by LLVM/Clang 18! This time, updating to the new Clang version was more straightforward than before. However, I had new [...]
C++
Understanding the role of cv-qualifiers in function parameters
In today's post, I will continue where I left off with last month's post C++ top-level qualifiers explained. This time, I will focus on function parameters. [...]