BlogC++C++20 benefits: consistency with rangesYou all probably already have heard of C++20's ranges. With ranges-v3, Eric Niebler provided us with a solution already, independent of C++20. In this post, I like to shed some [...]C++Can I touch a moved-from objectIn this blog post, I try to bring you a topic closer that was already discussed and written about multiple times: move semantics. Just to give you two references: [...]C++C++20: Five Features in Five WeeksYou may have noticed that I offer a new class, C++20: Five Features in Five Weeks. Today I like to tell you a bit about the background of this class. [...]C++Something you should know about structured bindingsToday's post is partially about C++ Insights and a lesson learned. Last week Dawid Pilarski opened issue #381 for C++ Insights. [...]C++Clang and gcc on macOS Catalina - Finding the include pathsmacOS 10.15 alias Catalina is out since the end of 2019, but I usually wait a while before I upgrade. Last week I took this step and did it, assuming most issues are either solved [...]C++Under the covers of C++ lambdas - Part 3: Generic lambdasIn this post, we continue to explore lambdas and compare them to function objects. In the previous posts, Under the covers of C++ lambdas - Part 1: The static invoker, we looked [...]C++Under the covers of C++ lambdas - Part 2: Captures, captures, capturesIn this post, we continue to explore lambdas and compare them to function objects. In the previous post, Under the covers of C++ lambdas - Part 1: The static invoker, we looked at [...]C++Under the covers of C++ lambdas - Part 1: The static invokerThis post is the start of a three-part series about lambdas. The focus is on how they are modeled internally. We will compare lambdas with function objects to see whether we as [...]ConferenceCppCon B2B Talk C++ Templates - Videos are outThe videos of my two Back to Basic talks at CppCon 2020 are available on Youtube: [...]C++CppCon B2B Talk C++ Templates - Questions and AnswersThis post tries to answer some of the questions posted during my two talks at CppCon 2020: [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 〉