BlogC++Use namespacesToday's post is motivated by some past discussion that came up during standardization. The renaming of two views back to their originally proposed names P2501R0. One was a rename [...]PublicationsCode formatting for a programming bookAs you might know, I've published a book about C++20 called Programming with C++20. In the course of writing this book, several topics have been raised, which I like to share here [...]C++C++23 - std::expected, the superior way of returning a value or an errorIn today's post, I like to jump in time and fast forward to what is coming with C++23, a new data type in the STL std::expected (P0323). The idea behind this data type isn't new. [...]PublicationsBook: Programming with C++20 - Updated GitHub code examplesIt's been nearly one year since I published Programming with C++20 - Concepts, Coroutines, Ranges, and more. Time to check how compilers have improved in terms of C++20 support. [...]C++ 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 [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 〉