BlogConferenceNDC TechTown 2023 recording of my talk "C++ Coroutines from scratch" is availableI'm pleased to announce that the recording of my talk at NDC TechTown C++ Coroutines from scratch of my presentation is available YouTube: [...]C++C++20 Concepts applied - Safe bitmasks using scoped enumsIn 2020 I wrote an article for the German magazine iX called Scoped enums in C++. In that article, I shared an approach of using class enums as bitfields without the hassle of [...]C++ InsightsC++ Insights Episode 45: C++20s Designated InitializersI published a new C++ insights episode: C++20s Designated Initializers. [...]C++When an empty destructor is requiredIn last month's post Why you shouldn't provide an empty destructor, I taught you the difference between user-provided and user-declared. I hope you remember the conclusion; never [...]C++ InsightsC++ Insights Episode 44: Compilers are lazy, and this is goodI published a new C++ insights episode: Compilers are lazy, and this is good. [...]C++Why you shouldn't provide an empty destructorToday's post is a written version of C++ Insights episode 38 I published back in May. I decided to write this post to be able to use what I teach you in next month's post. In case [...]C++ InsightsC++ Insights Episode 43: A copy constructor cannot be a templateI published a new C++ insights episode: A copy constructor cannot be a template. [...]ConferenceCppNorth 2023 recording of my talk "C++ Feature Coroutines, Beginner Friendly" is availableI'm pleased to announce that the recording of my talk at CppNorth C++ Feature Coroutines, Beginner Friendly of my presentation is available YouTube: [...]C++Using C++23s constexpr unique_ptrBack in 2022, my paper P2273R3: Making std::unique_ptr constexpr was accepted for C++23. All the time, I planned to provide an implementation for libc++ but never found the time. [...]C++ InsightsC++ Insights now uses Clang 17Today, I managed to switch C++ Insights to Clang 17! [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 〉