BlogC++ InsightsC++ Insights: Lambdas in unevaluated contextsAbout two weeks ago, I added support for P0315R4: Lambdas in unevaluated contexts, to C++ Insights. [...]C++ InsightsC++ Insights lambda huntLet's do something special today! Last week I added support for P0315R4: Lambdas in unevaluated contexts. [...]C++The power of ref-qualifiersIn today's post, I discuss an often unknown feature, C++11's ref-qualifiers. [...]PublicationsUsing a new C++ standard - The pain of being at the cutting edgeAs you probably heard, I wrote a book about C++20 called Programming with C++20. My goal was, and is, to show correct C++20 code as early as possible. Given that even in 2022, [...]PublicationsiX Article: Ressourcensparend programmieren - Lernen von der Embedded-EntwicklungAn article I wrote for the German iX magazine "Ressourcensparend programmieren - Lernen von der Embedded-Entwicklung" is available in issue 2022/13. It is available as a printed [...]C++Destructors and noexceptSince we have noexcept in the language, destructors are implicitly noexcept. One interesting part here is that this statement is true for user-defined destructors as well as for [...]C++ InsightsHappy anniversary C++ InsightsI haven't written a lot about C++ Insights in the last couple of months, but as today is the anniversary of C++ Insights, it is about time to hand out a birthday present. [...]C++Down with pointersSome years ago, there was an Aprils fool post from various other C++ bloggers that C++ has deprecated pointers (for example, Fluent C++ - C++ Will No Longer Have Pointers. Well, [...]C++How to achieve the rule of zero - an exampleIn today's post, I want to talk about the rule of zero and give an example of how to achieve it. [...]C++A destructor, =default, and the move operationsToday's post is a bit special in two ways. First, I continue to talk about move semantics, and this is the first time that I have the same topic for my monthly post and the [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 〉