Logo

Blog


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++ Insights

C++ Insights Episode 48: Less typing for lambdas in C++23

I published a new C++ insights episode: Less typing for lambdas in C++23. [...]
C++ Insights

C++ Insights Episode 47: Prefer user-defined literals when available

I published a new C++ insights episode: Prefer user-defined literals when available. [...]
C++ Insights

C++ Insights Episode 46: Consider making your assignment operators lvalue only

I published a new C++ insights episode: Consider making your assignment operators lvalue only. [...]
C++ Insights

C++ Insights Episode 45: C++20s Designated Initializers

I published a new C++ insights episode: C++20s Designated Initializers. [...]
C++ Insights

C++ Insights Episode 44: Compilers are lazy, and this is good

I published a new C++ insights episode: Compilers are lazy, and this is good. [...]
C++ Insights

C++ Insights Episode 43: A copy constructor cannot be a template

I published a new C++ insights episode: A copy constructor cannot be a template. [...]
C++ Insights

C++ Insights now uses Clang 17

Today, I managed to switch C++ Insights to Clang 17! [...]
C++ Insights

C++ Insights now uses Clang 16

On Monday, I finally managed to switch C++ Insights to Clang 16! [...]