Logo

Blog


C++ Insights

C++ Insights Episode 52: The Power of std::is_constant_evaluated(): Elevating Your Constexpr Code

I published a new C++ insights episode: The Power of std::is_constant_evaluated(): Elevating Your Constexpr Code. [...]
C++ Insights

C++ Insights Episode 51: The magic of C++20s std::source_location

I published a new C++ insights episode: The magic of C++20s std::source_location. [...]
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. [...]