Logo

Blog


C++ Insights

C++ Insights Episode 56: Understanding the magic behind C++17's structured bindings

I published a new C++ insights episode: Understanding the magic behind C++17's structured bindings. [...]
C++ Insights

C++ Insights Episode 55: References are no pointers!

I published a new C++ insights episode: References are no pointers!. [...]
C++ Insights

C++ Insights Episode 54: You can't force a move!

I published a new C++ insights episode: You can't force a move!. [...]
C++ Insights

C++ Insights Episode 53: Mastering C++23: Leveraging if consteval for more constexpr functions

I published a new C++ insights episode: Mastering C++23: Leveraging if consteval for more constexpr functions. [...]
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 [...]