Logo

Blog


C++ Insights

C++ Insights Episode 50: What are the static operators [] and () in C++26

I published a new C++ insights episode: What are the static operators [] and () in C++26. [...]
C++ Insights

Happy 6th anniversary C++ Insights

This year, we celebrate the 6th anniversary of C++ Insights! [...]
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 new transformations

It's been a while since I last wrote about C++ Insights. Sorry for that. No worries, I still actively maintain the project. [...]
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. [...]